diff --git a/gitlab/build.sh b/gitlab/build.sh index 3f8ba3dc003c652f6c45092e9f5b59a0a222180e..18a64808f2ae809532aa230433b1bad510f9ae37 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