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
|
|
@ -63,15 +63,14 @@ jobs:
|
||||||
install: skip
|
install: skip
|
||||||
script: skip
|
script: skip
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
- provider: script
|
||||||
script:
|
script:
|
||||||
- bash docker_push.sh latest
|
- bash docker_push.sh latest
|
||||||
- bash docker_push.sh $TRAVIS_BUILD_ID
|
- bash docker_push.sh $TRAVIS_BUILD_ID
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
tags: false
|
tags: false
|
||||||
deploy:
|
- provider: script
|
||||||
provider: script
|
|
||||||
script:
|
script:
|
||||||
- bash docker_push.sh latest
|
- bash docker_push.sh latest
|
||||||
- bash docker_push.sh $TRAVIS_TAG
|
- bash docker_push.sh $TRAVIS_TAG
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue