Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
0eeab86f
Commit
0eeab86f
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[data] Specify zip packages with readme/pypi subcommands [ci skip]
parent
724e4458
No related branches found
No related tags found
No related merge requests found
Pipeline
#26184
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/data/gitlab-ci/single-package.yaml
+2
-2
2 additions, 2 deletions
bob/devtools/data/gitlab-ci/single-package.yaml
with
2 additions
and
2 deletions
bob/devtools/data/gitlab-ci/single-package.yaml
+
2
−
2
View file @
0eeab86f
...
@@ -70,7 +70,7 @@ build_linux_36:
...
@@ -70,7 +70,7 @@ build_linux_36:
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate bdt
-
conda activate bdt
-
bdt ci build -vv
-
bdt ci build -vv
-
bdt ci readme -vv
-
bdt ci readme -vv
dist/*.zip
-
bdt ci clean -vv
-
bdt ci clean -vv
artifacts
:
artifacts
:
expire_in
:
1 week
expire_in
:
1 week
...
@@ -136,7 +136,7 @@ pypi:
...
@@ -136,7 +136,7 @@ pypi:
-
python3 bootstrap.py -vv channel bdt
-
python3 bootstrap.py -vv channel bdt
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate bdt
-
conda activate bdt
-
bdt ci pypi -vv
-
bdt ci pypi -vv
dist/*.zip
-
bdt ci clean -vv
-
bdt ci clean -vv
dependencies
:
dependencies
:
-
build_linux_36
-
build_linux_36
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment