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

Add tag and remove releases from deploy pipeline #1200

Merged
merged 2 commits into from
Feb 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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