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

debug for package cache folders

parent 67dcc88c
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -3,14 +3,19 @@ ...@@ -3,14 +3,19 @@
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 log_info ls ${CONDA_FOLDER}/pkgs
run_cmd ls ${CONDA_ENVS_PATH} ls ${CONDA_FOLDER}/pkgs
log_info ls ${CONDA_ENVS_PATH}
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 log_info ls ${CONDA_FOLDER}/pkgs
run_cmd ls ${CONDA_ENVS_PATH} ls ${CONDA_FOLDER}/pkgs
run_cmd ls /home/dev/.conda/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 # 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
...@@ -36,6 +41,8 @@ else ...@@ -36,6 +41,8 @@ else
run_cmd ${CONDA_FOLDER}/bin/conda build --override-channels -c ${CONDA_CHANNEL} -c defaults --python=${PYTHON_VERSION} conda run_cmd ${CONDA_FOLDER}/bin/conda build --override-channels -c ${CONDA_CHANNEL} -c defaults --python=${PYTHON_VERSION} conda
fi fi
# look into possible cache folders # look into possible cache folders
run_cmd ls ${CONDA_FOLDER}/pkgs log_info ls ${CONDA_FOLDER}/pkgs
run_cmd ls ${CONDA_ENVS_PATH} ls ${CONDA_FOLDER}/pkgs
log_info ls ${CONDA_ENVS_PATH}
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