Reinstate the Deploy stage
This commit is contained in:
parent
6ff8e076f3
commit
8881c369f3
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue