Removed from pipeline

No need to auto build it as it's not changing
This commit is contained in:
etienne-napoleone 2018-07-25 15:38:40 +07:00
parent 0d6c8898eb
commit 2ab1821635
No known key found for this signature in database
GPG key ID: 13183AEB698F46A9
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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