diff --git a/gitlab/build.sh b/gitlab/build.sh index 47ec70ac8001f625a9b8051087fff55925dee661..f92bc0540473ee7c8ad0b5d3ed979ffac6d23ec5 100755 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -20,4 +20,4 @@ fi BOB_BUILD_NUMBER=`head -n 1 ./_ci/${OS_SLUG}/${PYTHON_VERSION}/build_number.txt | tr -d '\n'` 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