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

Make caches smaller for beat and batl packages as well

parent 6ea726e9
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ source $(dirname ${0})/functions.sh
# 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
rm -rf ${CONDA_ROOT}/pkgs/batl*.tar.bz2
rm -rf ${CONDA_ROOT}/pkgs/beat*.tar.bz2
rm -rf ${CONDA_ROOT}/pkgs/bob*.tar.bz2
rm -rf ${CONDA_ROOT}/pkgs/gridtk*.tar.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment