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

Explicitly set --no-anaconda-upload on conda build

parent b861e230
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -20,4 +20,4 @@ fi ...@@ -20,4 +20,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 --python=${PYTHON_VERSION} conda run_cmd ${CONDA_ROOT}/bin/conda build --no-anaconda-upload --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