From 161d15e6575cabf6b69d178525a80641f78d5f3b Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 16 Jan 2018 14:19:08 +0100 Subject: [PATCH] Try to make things globally quiet --- gitlab/before_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh index 9491d55..11f193b 100755 --- a/gitlab/before_build.sh +++ b/gitlab/before_build.sh @@ -25,6 +25,7 @@ cat ${CONDARC} run_cmd ${CONDA_ROOT}/bin/conda config --set add_pip_as_python_dependency false run_cmd ${CONDA_ROOT}/bin/conda config --set always_yes yes --set changeps1 no run_cmd ${CONDA_ROOT}/bin/conda config --set always_yes true +run_cmd ${CONDA_ROOT}/bin/conda config --set quiet true run_cmd ${CONDA_ROOT}/bin/conda config --set show_channel_urls true run_cmd ${CONDA_ROOT}/bin/conda config --set anaconda_upload no run_cmd ${CONDA_ROOT}/bin/conda config --add channels ${CONDA_CHANNEL} -- GitLab