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

Avoid repetitive quiet flags

parent 6c6264c8
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -37,7 +37,7 @@ echo "Contents of \`${CONDARC}':" ...@@ -37,7 +37,7 @@ echo "Contents of \`${CONDARC}':"
cat ${CONDARC} cat ${CONDARC}
# updates conda installation # updates conda installation
run_cmd ${CONDA_ROOT}/bin/conda install --quiet --yes python conda=4.4 curl conda-build=3 run_cmd ${CONDA_ROOT}/bin/conda install python conda=4.4 curl conda-build=3
# cleans up # cleans up
run_cmd ${CONDA_ROOT}/bin/conda clean --lock run_cmd ${CONDA_ROOT}/bin/conda clean --lock
......
...@@ -21,4 +21,4 @@ fi ...@@ -21,4 +21,4 @@ fi
BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt | tr -d '\n'` BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt | tr -d '\n'`
export_env BOB_BUILD_NUMBER export_env BOB_BUILD_NUMBER
run_cmd ${CONDA_ROOT}/bin/conda build --variant-config-files _ci/conda_build_config.yaml --quiet --python=${PYTHON_VERSION} conda run_cmd ${CONDA_ROOT}/bin/conda build --variant-config-files _ci/conda_build_config.yaml --python=${PYTHON_VERSION} conda
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