travis: enable deploy stage for master-staging -> master gate

pull/30/head mm_1a77802b
Marek Marczykowski-Górecki 6 years ago
parent 691f4e52f4
commit 1a77802b20
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -25,3 +25,13 @@ jobs:
python: 3.4
- env: TESTS_ONLY=1
python: 3.5
- stage: deploy
python: 3.5
env: DIST_DOM0=fc25 TESTS_ONLY=
script: ~/qubes-builder/scripts/travis-deploy
# don't build tags which are meant for code signing only
branches:
except:
- /.*_.*/

Loading…
Cancel
Save