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

debug for package cache folders

parent b662c35b
Branches
No related tags found
1 merge request!63Conda package based CI
...@@ -10,6 +10,7 @@ run_cmd ${CONDA_FOLDER}/bin/conda install -n root --yes --quiet conda=4 conda-bu ...@@ -10,6 +10,7 @@ run_cmd ${CONDA_FOLDER}/bin/conda install -n root --yes --quiet conda=4 conda-bu
# look into possible cache folders # look into possible cache folders
run_cmd ls ${CONDA_FOLDER}/pkgs run_cmd ls ${CONDA_FOLDER}/pkgs
run_cmd ls ${CONDA_ENVS_PATH} run_cmd ls ${CONDA_ENVS_PATH}
run_cmd ls /home/dev/.conda/pkgs
# look into possible cache folders # 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 always_yes yes --set changeps1 no
run_cmd ${CONDA_FOLDER}/bin/conda config --set show_channel_urls true 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