Skip to content

Commit

Permalink
MNT: Remove auto build of dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinegarrahan committed Aug 20, 2020
1 parent c881457 commit 1add5ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,4 @@ after_success:
echo "Uploading to jrgarrahan channel"
export ANACONDA_API_TOKEN=$CONDA_UPLOAD_TOKEN
anaconda upload bld-dir/noarch/*.tar.bz2
fi
- |
if [[ $LUME_EPICS_REPO == 'dev' && "${CONDA_UPLOAD:=0}" == '1' ]]; then
echo "Uploading to jrgarrahan channel"
export ANACONDA_API_TOKEN=$CONDA_UPLOAD_TOKEN
anaconda upload bld-dir/noarch/*.tar.bz2 --label dev
fi

0 comments on commit 1add5ba

Please sign in to comment.