From 87d312b6c50edf5da830f0fe1d76e9ad08b03b76 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 9 Jan 2019 15:34:21 +0100
Subject: [PATCH] [ci] Simplify after build

---
 _ci/after_build.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/_ci/after_build.sh b/_ci/after_build.sh
index 61d728f4..9f0fe54c 100755
--- a/_ci/after_build.sh
+++ b/_ci/after_build.sh
@@ -4,10 +4,7 @@ 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
-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/gridtk*.tar.bz2
 
 # run git clean to clean everything that is not needed. This helps to keep the
 # disk usage on CI machines to minimum.
-- 
GitLab