mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Fix duplicated deploy key
This commit is contained in:
parent
fa9fad23fe
commit
5db0e81b20
1 changed files with 14 additions and 15 deletions
29
.travis.yml
29
.travis.yml
|
|
@ -63,21 +63,20 @@ jobs:
|
|||
install: skip
|
||||
script: skip
|
||||
deploy:
|
||||
provider: script
|
||||
script:
|
||||
- bash docker_push.sh latest
|
||||
- bash docker_push.sh $TRAVIS_BUILD_ID
|
||||
on:
|
||||
branch: master
|
||||
tags: false
|
||||
deploy:
|
||||
provider: script
|
||||
script:
|
||||
- bash docker_push.sh latest
|
||||
- bash docker_push.sh $TRAVIS_TAG
|
||||
on:
|
||||
branch: master
|
||||
tags: true
|
||||
- provider: script
|
||||
script:
|
||||
- bash docker_push.sh latest
|
||||
- bash docker_push.sh $TRAVIS_BUILD_ID
|
||||
on:
|
||||
branch: master
|
||||
tags: false
|
||||
- provider: script
|
||||
script:
|
||||
- bash docker_push.sh latest
|
||||
- bash docker_push.sh $TRAVIS_TAG
|
||||
on:
|
||||
branch: master
|
||||
tags: true
|
||||
|
||||
- stage: Trigger rebuild of tomochain/infra-tomochain image
|
||||
sudo: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue