From 825e57a483e7d007361666d7cc8296a5c77217a4 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 26 Sep 2017 18:13:31 +0200
Subject: [PATCH] debug for package cache folders

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

diff --git a/gitlab/build.sh b/gitlab/build.sh
index ddb6d85..cf8290a 100755
--- a/gitlab/build.sh
+++ b/gitlab/build.sh
@@ -10,6 +10,7 @@ run_cmd ${CONDA_FOLDER}/bin/conda install -n root --yes --quiet conda=4 conda-bu
 # look into possible cache folders
 run_cmd ls ${CONDA_FOLDER}/pkgs
 run_cmd ls ${CONDA_ENVS_PATH}
+run_cmd ls /home/dev/.conda/pkgs
 # look into possible cache folders
 run_cmd ${CONDA_FOLDER}/bin/conda config --set always_yes yes --set changeps1 no
 run_cmd ${CONDA_FOLDER}/bin/conda config --set show_channel_urls true
-- 
GitLab