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

Try to make things globally quiet

parent d3e10ccd
No related branches found
No related tags found
2 merge requests!66Try to make things globally quiet,!63Conda package based CI
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment