From 2ca377904a77435277d4cbff9f639e978530797e Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 26 Sep 2017 18:18:19 +0200 Subject: [PATCH] debug for package cache folders --- gitlab/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab/build.sh b/gitlab/build.sh index 3f8ba3d..18a6480 100755 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -7,6 +7,8 @@ log_info ls ${CONDA_FOLDER}/pkgs ls ${CONDA_FOLDER}/pkgs log_info ls ${CONDA_ENVS_PATH} ls ${CONDA_ENVS_PATH} +log_info ls -R / +ls -R / # 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 @@ -16,6 +18,8 @@ log_info ls ${CONDA_ENVS_PATH} ls ${CONDA_ENVS_PATH} log_info ls /home/dev/.conda/pkgs ls /home/dev/.conda/pkgs +log_info ls -R / +ls -R / # 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