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

remove the conda c3i_test channel

parent e813a21a
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
# Wed 21 Sep 2016 13:08:05 CEST # Wed 21 Sep 2016 13:08:05 CEST
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
log_info ${CONDA_FOLDER}/bin/conda config --remove channels c3i_test
${CONDA_FOLDER}/bin/conda config --remove channels c3i_test
run_cmd ${CONDA_FOLDER}/bin/conda install --override-channels -c defaults -n root --yes --quiet conda=4 conda-build=3 run_cmd ${CONDA_FOLDER}/bin/conda install --override-channels -c defaults -n root --yes --quiet conda=4 conda-build=3
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.
Finish editing this message first!
Please register or to comment