From e4a79e30870992e99797568f00b42a0a07bab0b6 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 20 Apr 2018 14:15:44 +0200 Subject: [PATCH] Don't skip built packages --- conda/conda-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/conda-build.sh b/conda/conda-build.sh index 9dcc133..fc6554b 100755 --- a/conda/conda-build.sh +++ b/conda/conda-build.sh @@ -79,7 +79,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export CONDARC=${DIR}/build-condarc log_info "Using CONDARC from \`${CONDARC}'..." -BUILD_OPTIONS="--no-anaconda-upload --skip-existing --variant-config-files ${DIR}/../gitlab/conda_build_config.yaml" +BUILD_OPTIONS="--no-anaconda-upload --variant-config-files ${DIR}/../gitlab/conda_build_config.yaml" # Exclusively for Bob packages, we also set the package version if [ -e version.txt ]; then -- GitLab