diff --git a/gitlab/build.sh b/gitlab/build.sh index cf8290ac630b86d678ea204d4d0ade89ccce5839..3f8ba3dc003c652f6c45092e9f5b59a0a222180e 100755 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -3,14 +3,19 @@ source $(dirname ${0})/functions.sh # look into possible cache folders -run_cmd ls ${CONDA_FOLDER}/pkgs -run_cmd ls ${CONDA_ENVS_PATH} +log_info ls ${CONDA_FOLDER}/pkgs +ls ${CONDA_FOLDER}/pkgs +log_info ls ${CONDA_ENVS_PATH} +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 ${CONDA_ENVS_PATH} -run_cmd ls /home/dev/.conda/pkgs +log_info ls ${CONDA_FOLDER}/pkgs +ls ${CONDA_FOLDER}/pkgs +log_info ls ${CONDA_ENVS_PATH} +ls ${CONDA_ENVS_PATH} +log_info ls /home/dev/.conda/pkgs +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 @@ -36,6 +41,8 @@ else run_cmd ${CONDA_FOLDER}/bin/conda build --override-channels -c ${CONDA_CHANNEL} -c defaults --python=${PYTHON_VERSION} conda fi # look into possible cache folders -run_cmd ls ${CONDA_FOLDER}/pkgs -run_cmd ls ${CONDA_ENVS_PATH} +log_info ls ${CONDA_FOLDER}/pkgs +ls ${CONDA_FOLDER}/pkgs +log_info ls ${CONDA_ENVS_PATH} +ls ${CONDA_ENVS_PATH} # look into possible cache folders