Fix typo in travis.yml

Tag condition is plural
This commit is contained in:
etienne-napoleone 2018-07-25 17:05:24 +07:00
parent 95c68ffa99
commit 99920424c9
No known key found for this signature in database
GPG key ID: 13183AEB698F46A9

View file

@ -65,14 +65,14 @@ jobs:
- bash docker_push.sh latest
- bash docker_push.sh $TRAVIS_BUILD_ID
on:
branch: master AND tag = false
branch: master AND tags = false
deploy:
provider: script
script:
- bash docker_push.sh latest
- bash docker_push.sh $TRAVIS_TAG
on:
branch: master AND tag = true
branch: master AND tags = true
- stage: Trigger rebuild of infrastructure image
sudo: false