Skip to content

Commit

Permalink
Updated branch based anaconda upload. Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
msouff committed Aug 13, 2019
1 parent 90db009 commit 8afb2a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,10 @@ jobs:
- echo "Uploading conda package"

- >
if [ -z "$TRAVIS_TAG"]; then echo "No Branch tag is Present. Uploading to dev";
anaconda -t $CONDA_UPLOAD_TOKEN upload -u tethysplatform -l test
$CONDA_BLD_PATH/noarch/tethysplatform*.tar.bz2 --force
$CONDA_BLD_PATH/noarch/tethysplatform*.tar.bz2 --force;
else echo "Branch tag is $TRAVIS_TAG. Uploading to master";
anaconda -t $CONDA_UPLOAD_TOKEN upload -u tethysplatform
$CONDA_BLD_PATH/noarch/tethysplatform*.tar.bz2 --force;
fi

0 comments on commit 8afb2a9

Please sign in to comment.