From b662c35bd37ae511ac05d389548bfa57661b6c76 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 26 Sep 2017 18:09:48 +0200 Subject: [PATCH] debug for package cache folders --- gitlab/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/gitlab/build.sh b/gitlab/build.sh index af6963c..ddb6d85 100755 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -4,13 +4,11 @@ source $(dirname ${0})/functions.sh # look into possible cache folders run_cmd ls ${CONDA_FOLDER}/pkgs -run_cmd ls /home/dev/.conda/pkgs run_cmd ls ${CONDA_ENVS_PATH} # look into possible cache folders run_cmd ${CONDA_FOLDER}/bin/conda install -n root --yes --quiet conda=4 conda-build=3 # look into possible cache folders run_cmd ls ${CONDA_FOLDER}/pkgs -run_cmd ls /home/dev/.conda/pkgs run_cmd ls ${CONDA_ENVS_PATH} # look into possible cache folders run_cmd ${CONDA_FOLDER}/bin/conda config --set always_yes yes --set changeps1 no @@ -38,6 +36,5 @@ else fi # look into possible cache folders run_cmd ls ${CONDA_FOLDER}/pkgs -run_cmd ls /home/dev/.conda/pkgs run_cmd ls ${CONDA_ENVS_PATH} # look into possible cache folders -- GitLab