From 4554c37a7ac0c3b400b2511a279baa0924e79b3c Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 26 Sep 2017 21:58:51 +0200
Subject: [PATCH] Check the cache before the builds too

---
 gitlab/build.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gitlab/build.sh b/gitlab/build.sh
index 599829d..0b9d619 100755
--- a/gitlab/build.sh
+++ b/gitlab/build.sh
@@ -22,6 +22,11 @@ fi
 BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt | tr -d '\n'`
 export_env BOB_BUILD_NUMBER
 
+log_info ls ${CONDA_FOLDER}/pkgs
+ls ${CONDA_FOLDER}/pkgs
+log_info ls ${CONDA_ENVS_PATH}/.pkgs
+ls ${CONDA_ENVS_PATH}/.pkgs
+
 if [ -z "${CI_COMMIT_TAG}" ]; then
     run_cmd ${CONDA_FOLDER}/bin/conda build --override-channels -c ${CONDA_BETA_CHANNEL} -c ${CONDA_CHANNEL} -c defaults --python=${PYTHON_VERSION} conda
 else
-- 
GitLab