Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Add tag and remove releases from deploy pipeline (#1200)
Browse files Browse the repository at this point in the history
* Add tag and remove releases from deploy pipeline

* build: Switch to Zeus and build every master commit
  • Loading branch information
ashwoods authored Feb 14, 2018
1 parent f2aec52 commit f579e68
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ branches:
only:
- master
- /^(?i:feature)-.*$/
- /^(?i:releases)\/.*$/
jobs:
fast_finish: true
# allow_failures:
Expand Down Expand Up @@ -130,16 +129,9 @@ jobs:
script: ./setup.py sdist --formats=gztar bdist_wheel
if: branch = master
python: 2.7
deploy:
provider: s3
access_key_id: AKIAJKYWAF3QS7SFL75Q
secret_access_key:
secure: HFlh3wzzYIbkIYRt+Qu60ak0U1+RFagr3nI+EqX/9KJH0zwLg/Xv1Gfx4vZZ+0VZkeJIbZZC5l4HxUzFwkROepxPh0Foifqm7hRKL4HUBdvIONcW+h3Ilanvyj/0tIyRdFPK5pZ22qc+1nsARy0eYEtz/YQeEhiEohvNxbhOuUQ=
skip_cleanup: true
acl: public_read
bucket: getsentry-builds
upload-dir: $TRAVIS_REPO_SLUG/$TRAVIS_COMMIT
local_dir: dist
after_success:
- npm install -g @zeus-ci/cli
- zeus upload -t "application/zip+wheel" dist/*

script: tox
install:
Expand All @@ -150,4 +142,12 @@ before_script:
after_success:
- codecov -e DJANGO


notifications:
webhooks:
urls:
- https://zeus.ci/hooks/0b589ca4-1165-11e8-b03b-0a580a28023f/public/provider/travis/webhook
on_success: always
on_failure: always
on_start: always
on_cancel: always
on_error: always

0 comments on commit f579e68

Please sign in to comment.