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
23d62955
Commit
23d62955
authored
Oct 02, 2019
by
André Anjos
💬
Browse files
Merge branch 'simpler-git-clean' into 'master'
Do not spare downloaded packages from getting cleaned See merge request
!110
parents
441c162a
40bcbcf1
Pipeline
#33914
passed with stages
in 9 minutes and 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bob/devtools/build.py
View file @
23d62955
...
...
@@ -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