We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfbfa9 commit d9312aeCopy full SHA for d9312ae
.travis.yml
@@ -27,7 +27,7 @@ deploy:
27
branch: master
28
- edge: true
29
provider: script
30
- script: if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cf zero-downtime-push create-react-app-devop -f ./manifest.yml; else echo "PR skip deploy"; fi
+ script: if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cf zero-downtime-push create-react-app-devops -f ./manifest.yml; else echo "PR skip deploy"; fi
31
skip_cleanup: true
32
on:
33
tags: true
0 commit comments