rewrite deploy tests
This commit is contained in:
parent
54208f6fc3
commit
b35ad76ec6
3 changed files with 13 additions and 3 deletions
|
@ -24,9 +24,9 @@ script:
|
|||
- make image
|
||||
|
||||
after_success:
|
||||
if ([ "$TRAVIS_BRANCH" == "master" ] || [ ! -z "$TRAVIS_TAG" ]) &&
|
||||
[ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
script/deploy.sh
|
||||
if ([ "$TRAVIS_BRANCH" = "master" ] || [ ! -z "$TRAVIS_TAG" ]) && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
||||
echo "Deploying"
|
||||
make deploy
|
||||
else
|
||||
echo "Skipping deploy"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue