We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5296b0 commit 7416a81Copy full SHA for 7416a81
1 file changed
ci/deploy_anaconda.sh
@@ -1,2 +1,3 @@
1
#!/bin/bash
2
-anaconda -t $CONDA_REPO_TOKEN upload -l $TRAVIS_BRANCH --force "$(ls $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64/*.tar.bz2)"
+if [[ $TRAVIS_TAG == "" ]]; then LABEL="-l $TRAVIS_BRANCH"; fi
3
+anaconda -t $CONDA_REPO_TOKEN upload $LABEL --force "$(ls $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64/*.tar.bz2)"
0 commit comments