From 5eaf9c6b96c69f222c85f74b43fe43797c464f95 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 28 Sep 2017 18:25:45 +0200 Subject: [PATCH] remove the conda c3i_test channel --- gitlab/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlab/build.sh b/gitlab/build.sh index daf968b..039c40d 100755 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -2,7 +2,8 @@ # Wed 21 Sep 2016 13:08:05 CEST 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 config --set always_yes yes --set changeps1 no run_cmd ${CONDA_FOLDER}/bin/conda config --set show_channel_urls true -- GitLab