fix(travis): renamed stages

This commit is contained in:
Markus Pesch 2019-08-25 21:00:17 +02:00
parent 57efa80acf
commit 218d8149ca
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

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