Merge pull request #1655 from codysoyland/skip-prerelease-if-pr

Do not run prerelease in CI if this is a pull request
This commit is contained in:
Cody Soyland 2018-09-20 14:20:54 -05:00 committed by GitHub
commit 9e14f126f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ jobs:
docker:
- image: circleci/python:2.7-jessie
steps:
- run: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true' # Skip job if this is a PR
- *fast-checkout
- run: sudo pip install awscli
- run: make prerelease-upload