File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ after_success:
187
187
188
188
before_deploy :
189
189
# Try to set some env vars to configure deployment.
190
- - export ANACONDA_LABEL_ARG=$(sed -e 's/.*a.*/-l alpha/' -e 's/.*b.*/-l beta/' <<< ${TRAVIS_TAG})
190
+ - export ANACONDA_LABEL_ARG=$(sed -e 's/.*a.*/alpha/' -e 's/.*b.*/beta/' <<< ${TRAVIS_TAG})
191
191
192
192
# In deployment, the env var TRAVIS_TAG contains the name of the current tag, if any.
193
193
deploy :
@@ -218,7 +218,7 @@ deploy:
218
218
- provider : script
219
219
skip_cleanup : true
220
220
script :
221
- anaconda -t $ANACONDA_TOKEN upload --force ${ANACONDA_LABEL_ARG}
221
+ anaconda -t $ANACONDA_TOKEN upload --force -l ${ANACONDA_LABEL_ARG}
222
222
${HOME}/miniconda/conda-bld/*/${CONDA_PKG_NAME_CPP}-*.tar.bz2
223
223
${HOME}/miniconda/conda-bld/*/${CONDA_PKG_NAME_PY}-*.tar.bz2
224
224
on :
You can’t perform that action at this time.
0 commit comments