mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12: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
|
||||
tags: true
|
||||
|
||||
- stage: Build and push Docker image
|
||||
- stage: Build and push tomochain/tomochain image
|
||||
services:
|
||||
- docker
|
||||
before_install:
|
||||
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
branch: master
|
||||
tags: true
|
||||
|
||||
- stage: Trigger rebuild of infrastructure image
|
||||
- stage: Trigger rebuild of tomochain/infra-tomochain image
|
||||
sudo: false
|
||||
install: skip
|
||||
script: bash docker_rebuild.sh
|
||||
|
|
@ -89,9 +89,9 @@ stages:
|
|||
- name: Build and test
|
||||
- name: Github release
|
||||
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
|
||||
- name: Trigger rebuild of infrastructure image
|
||||
- name: Trigger rebuild of tomochain/infra-tomochain image
|
||||
if: type != pull_request AND branch = master
|
||||
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Reference in a new issue