We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ed9cb commit de358d6Copy full SHA for de358d6
.travis.yml
@@ -135,10 +135,19 @@ deploy:
135
stage: build
136
- provider: snap
137
snap: dvc_*.snap
138
- channel: ${TRAVIS_TAG:+stable}${TRAVIS_TAG:-edge}
+ channel: stable
139
skip_cleanup: true
140
on:
141
- all_branches: true
142
- condition: "$(./scripts/ci/deploy_condition.sh dvc_*.snap) && ($TRAVIS_BRANCH = master || -n $TRAVIS_TAG)"
+ condition: "$(./scripts/ci/deploy_condition.sh dvc_*.snap)"
+ tags: true
143
+ repo: iterative/dvc
144
+ stage: build
145
+ - provider: snap
146
+ snap: dvc_*.snap
147
+ channel: edge
148
+ skip_cleanup: true
149
+ on:
150
+ branch: master
151
152
repo: iterative/dvc
153
0 commit comments