Skip to content

Commit

Permalink
Fixing problem with anaconda trying to upload from pull requests [ci …
Browse files Browse the repository at this point in the history
…skip]
  • Loading branch information
giacomov committed Jun 14, 2018
1 parent 8d0b495 commit 87b847f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ else

if [[ "${TRAVIS_EVENT_TYPE}" == "push" ]]; then

echo "This is a push, uploading to Conda channel"

conda install -c conda-forge anaconda-client

anaconda -t $CONDA_UPLOAD_TOKEN upload -u threeml ${CONDA_BUILD_PATH}/*.tar.bz2 --force
Expand Down

0 comments on commit 87b847f

Please sign in to comment.