mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Fix typo in travis.yml
Tag condition is plural
This commit is contained in:
parent
95c68ffa99
commit
99920424c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue