Skip to content
Snippets Groups Projects
Commit 52a7d02d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'p-1' into 'condapackage'

Try to make things globally quiet

See merge request !66
parents d3e10ccd 161d15e6
Branches
Tags
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