Revert "Build system: Use conditional build stages for deploying"
This reverts commit c7862de924
.
This commit is contained in:
parent
c7862de924
commit
df17baac18
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@ jobs:
|
|||
|
||||
# Deployment stage
|
||||
- stage: deploy
|
||||
if: (type == "push") AND ((tag IS present) OR (branch IN env(DEPLOY_PHPDOC_BRANCHES)))
|
||||
sudo: required
|
||||
install:
|
||||
- '[ "$TRAVIS_PULL_REQUEST" == "false" ] || travis_terminate 0'
|
||||
- '[ -n "$TRAVIS_TAG" ] || [[ ",$DEPLOY_PHPDOC_BRANCHES," == *,"$TRAVIS_BRANCH",* ]] || travis_terminate 0'
|
||||
- install.sh --deploy
|
||||
script:
|
||||
- deploy.sh
|
||||
|
|
Loading…
Reference in a new issue