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

Commit c3385c2

Browse files
jan-auerashwoods
authored andcommitted
ci: Fix deploy stage (#1121)
1 parent e220acc commit c3385c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- stage: deploy
127127
script: ./setup.py sdist --formats=gztar bdist_wheel
128-
if: tag IS present
128+
if: branch = master
129129
python: 2.7
130130
deploy:
131131
provider: s3
@@ -137,8 +137,6 @@ jobs:
137137
bucket: getsentry-builds
138138
upload-dir: $TRAVIS_REPO_SLUG/$TRAVIS_COMMIT
139139
local_dir: build
140-
on:
141-
tags: true
142140

143141
script: tox
144142
install:

0 commit comments

Comments
 (0)