We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a82e7c commit 76fc27eCopy full SHA for 76fc27e
.travis.sh
@@ -39,7 +39,7 @@ case "$1" in
39
;;
40
41
deploy)
42
- if [[ -n "$TRAVIS_TAG" ]] && [[ "$TEST_MODE" = "local" ]] && [[ "$TRAVIS_PULL_REQUEST_SLUG" = "ascoderu/opwen-cloudserver" ]]; then
+ if [[ "$TEST_MODE" = "local" ]]; then
43
DOCKER_TAG="$TRAVIS_TAG" make release deploy
44
fi
45
.travis.yml
@@ -20,3 +20,6 @@ before_deploy: ./.travis.sh before_deploy
20
deploy:
21
- provider: script
22
script: ./.travis.sh deploy
23
+ on: # yamllint disable rule:truthy
24
+ repo: ascoderu/opwen-cloudserver
25
+ tags: true
0 commit comments