Skip to content

Commit

Permalink
Fix build (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w authored Jan 22, 2020
1 parent 6a82e7c commit 76fc27e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ case "$1" in
;;

deploy)
if [[ -n "$TRAVIS_TAG" ]] && [[ "$TEST_MODE" = "local" ]] && [[ "$TRAVIS_PULL_REQUEST_SLUG" = "ascoderu/opwen-cloudserver" ]]; then
if [[ "$TEST_MODE" = "local" ]]; then
DOCKER_TAG="$TRAVIS_TAG" make release deploy
fi
;;
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ before_deploy: ./.travis.sh before_deploy
deploy:
- provider: script
script: ./.travis.sh deploy
on: # yamllint disable rule:truthy
repo: ascoderu/opwen-cloudserver
tags: true

0 comments on commit 76fc27e

Please sign in to comment.