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

[ci] Simplify after build

parent 488f61e3
No related branches found
No related tags found
No related merge requests found
Pipeline #25773 passed
...@@ -4,10 +4,7 @@ source $(dirname ${0})/functions.sh ...@@ -4,10 +4,7 @@ source $(dirname ${0})/functions.sh
# delete the bob packages from the cache otherwise the cache keeps increasing # delete the bob packages from the cache otherwise the cache keeps increasing
# over and over. See https://gitlab.idiap.ch/bob/bob.admin/issues/65 # over and over. See https://gitlab.idiap.ch/bob/bob.admin/issues/65
run_cmd rm -rf ${CONDA_ROOT}/pkgs/batl*.tar.bz2
run_cmd rm -rf ${CONDA_ROOT}/pkgs/beat*.tar.bz2
run_cmd rm -rf ${CONDA_ROOT}/pkgs/bob*.tar.bz2 run_cmd rm -rf ${CONDA_ROOT}/pkgs/bob*.tar.bz2
run_cmd rm -rf ${CONDA_ROOT}/pkgs/gridtk*.tar.bz2
# run git clean to clean everything that is not needed. This helps to keep the # run git clean to clean everything that is not needed. This helps to keep the
# disk usage on CI machines to minimum. # disk usage on CI machines to minimum.
......
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