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