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

debug for package cache folders

parent 4bf33f9b
Branches
No related tags found
1 merge request!63Conda package based CI
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment