Skip to content
Snippets Groups Projects
Commit 40bcbcf1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[build] Do not spare downloaded packages from getting cleaned

parent 441c162a
No related branches found
No related tags found
1 merge request!110Do not spare downloaded packages from getting cleaned
Pipeline #33906 passed
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment