Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
0a17a56d
Commit
0a17a56d
authored
Oct 05, 2021
by
Amir MOHAMMADI
Browse files
[ci skip] conda clean in the ci steps
parent
6d5526e3
Pipeline
#54743
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/data/gitlab-ci/base-build.yaml
View file @
0a17a56d
...
...
@@ -22,6 +22,7 @@ stages:
-
python3 bootstrap.py -vv channel base
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate base
-
conda clean --all
-
bdt ci base-build -vv nopython.txt
-
bdt ci base-build -vv python.txt
-
'
[
"${CI_COMMIT_REF_NAME}"
=
"master"
]
&&
bdt
ci
base-deploy
-vv'
...
...
bob/devtools/data/gitlab-ci/docs.yaml
View file @
0a17a56d
...
...
@@ -27,6 +27,7 @@ stages:
-
python3 bootstrap.py -vv channel base
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate base
-
conda clean --all
cache
:
paths
:
-
torch
...
...
bob/devtools/data/gitlab-ci/nightlies.yaml
View file @
0a17a56d
...
...
@@ -24,6 +24,7 @@ stages:
-
python3 bootstrap.py -vv channel base
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate base
-
conda clean --all
cache
:
paths
:
-
miniconda.sh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment