mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update .travis.yml
Rename stages
This commit is contained in:
parent
f1a84d921f
commit
68b027e1b3
1 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
branch: master
|
branch: master
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
- stage: Build and push Docker image
|
- stage: Build and push tomochain/tomochain image
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
before_install:
|
before_install:
|
||||||
|
|
@ -79,7 +79,7 @@ jobs:
|
||||||
branch: master
|
branch: master
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
- stage: Trigger rebuild of infrastructure image
|
- stage: Trigger rebuild of tomochain/infra-tomochain image
|
||||||
sudo: false
|
sudo: false
|
||||||
install: skip
|
install: skip
|
||||||
script: bash docker_rebuild.sh
|
script: bash docker_rebuild.sh
|
||||||
|
|
@ -89,9 +89,9 @@ stages:
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
- name: Github release
|
- name: Github release
|
||||||
if: type != pull_request AND branch = master AND tag = true
|
if: type != pull_request AND branch = master AND tag = true
|
||||||
- name: Build and push Docker image
|
- name: Build and push tomochain/tomochain image
|
||||||
if: type != pull_request AND branch = master
|
if: type != pull_request AND branch = master
|
||||||
- name: Trigger rebuild of infrastructure image
|
- name: Trigger rebuild of tomochain/infra-tomochain image
|
||||||
if: type != pull_request AND branch = master
|
if: type != pull_request AND branch = master
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue