Skip to content
GitLab
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
40bcbcf1
Commit
40bcbcf1
authored
Oct 02, 2019
by
André Anjos
💬
Browse files
[build] Do not spare downloaded packages from getting cleaned
parent
441c162a
Pipeline
#33906
passed with stage
in 7 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/build.py
View file @
40bcbcf1
...
...
@@ -491,13 +491,9 @@ def git_clean_build(runner, verbose):
# glob wild card entries we'd like to keep
exclude_from_cleanup
=
[
"miniconda.sh"
,
# the installer, cached
"miniconda/pkgs/urls.txt"
,
# download index, cached
"sphinx"
,
# build artifact -- documentation
]
# cache
exclude_from_cleanup
+=
[
"miniconda/pkgs/"
]
# artifacts
exclude_from_cleanup
+=
[
"miniconda/conda-bld/"
]
exclude_from_cleanup
+=
glob
.
glob
(
"dist/*.zip"
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment