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 85046ad commit 7d750b6
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 @@ -90,3 +90,4 @@ deploy:
skip_cleanup: true
on:
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 7d750b6

Please sign in to comment.