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

debug for package cache folders

parent dd3107da
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -4,13 +4,11 @@ ...@@ -4,13 +4,11 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
# 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 /home/dev/.conda/pkgs
run_cmd ls ${CONDA_ENVS_PATH} run_cmd ls ${CONDA_ENVS_PATH}
# look into possible cache folders # look into possible cache folders
run_cmd ${CONDA_FOLDER}/bin/conda install -n root --yes --quiet conda=4 conda-build=3 run_cmd ${CONDA_FOLDER}/bin/conda install -n root --yes --quiet conda=4 conda-build=3
# 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 /home/dev/.conda/pkgs
run_cmd ls ${CONDA_ENVS_PATH} run_cmd ls ${CONDA_ENVS_PATH}
# 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
...@@ -38,6 +36,5 @@ else ...@@ -38,6 +36,5 @@ else
fi fi
# 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 /home/dev/.conda/pkgs
run_cmd ls ${CONDA_ENVS_PATH} run_cmd ls ${CONDA_ENVS_PATH}
# look into possible cache folders # 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