mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Removed from pipeline
No need to auto build it as it's not changing
This commit is contained in:
parent
0d6c8898eb
commit
2ab1821635
2 changed files with 0 additions and 4 deletions
|
|
@ -44,8 +44,6 @@ jobs:
|
|||
before_install:
|
||||
- docker build -t tomochain/tomochain .
|
||||
- docker run tomochain/tomochain
|
||||
- docker build -t tomochain/bootnode .
|
||||
- docker run tomochain/bootnode
|
||||
deploy:
|
||||
provider: script
|
||||
script: bash docker_push.sh
|
||||
|
|
|
|||
|
|
@ -5,5 +5,3 @@ docker tag tomochain/tomochain tomochain/tomochain:latest
|
|||
docker tag tomochain/tomochain tomochain/tomochain:$TRAVIS_BUILD_ID
|
||||
docker push tomochain/tomochain:latest
|
||||
docker push tomochain/tomochain:$TRAVIS_BUILD_ID
|
||||
docker tag tomochain/bootnode tomochain/bootnode:latest
|
||||
docker push tomochain/bootnode:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue