Skip to content

Commit

Permalink
Deploy tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Nov 12, 2018
1 parent 3970203 commit a0e3683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,4 @@ deploy:
on:
condition: '$MPL_VERSION == 3.0'
all_branches: true
tags: true
3 changes: 2 additions & 1 deletion ci/deploy_anaconda.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
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
anaconda -t $CONDA_REPO_TOKEN upload $LABEL --force "$(ls $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64/*.tar.bz2)"

0 comments on commit a0e3683

Please sign in to comment.