fix(travis): renamed stages
This commit is contained in:
parent
57efa80acf
commit
218d8149ca
@ -3,13 +3,13 @@ services:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: build
|
||||
- stage: "build"
|
||||
name: go-build
|
||||
script: make container-go-build
|
||||
- stage: test
|
||||
- stage: "test"
|
||||
name: go-test
|
||||
script: make container-go-test
|
||||
- stage: pre-deploy
|
||||
- stage: "pre-deploy"
|
||||
name: rpm-build
|
||||
script: make container-rpm-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user