Skip to content
Snippets Groups Projects
Commit dd3107da authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

debug for package cache folders

parent 518b33ec
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -2,8 +2,17 @@
# Wed 21 Sep 2016 13:08:05 CEST
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
run_cmd ${CONDA_FOLDER}/bin/conda config --set show_channel_urls true
run_cmd ${CONDA_FOLDER}/bin/conda clean --lock
......@@ -27,3 +36,8 @@ if [ -z "${CI_COMMIT_TAG}" ]; then
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 /home/dev/.conda/pkgs
run_cmd ls ${CONDA_ENVS_PATH}
# look into possible cache folders
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment