Reinstate the Deploy stage

This commit is contained in:
Paul Ferrand 2020-10-29 10:10:57 +01:00
parent 6ff8e076f3
commit 8881c369f3

View file

@ -134,7 +134,8 @@ jobs:
script: .travis/script_plugins.sh
after_success: .travis/prepare_tarball.sh
- name: "Source packaging"
- stage: "Deploy"
name: "Source packaging"
if: (tag =~ /^v?[0-9]/) AND (type = push)
env:
- INSTALL_DIR="sfizz-${TRAVIS_BRANCH}-src"