renamed build steps
This commit is contained in:
parent
8f2a24298d
commit
5b0788ed1e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ clone:
|
|||
tags: true
|
||||
|
||||
pipeline:
|
||||
build-backend:
|
||||
build:
|
||||
image: webhippie/golang:edge
|
||||
pull: true
|
||||
group: build
|
||||
|
@ -24,7 +24,7 @@ pipeline:
|
|||
when:
|
||||
event: [ push, tag, pull_request ]
|
||||
|
||||
test-backend:
|
||||
test:
|
||||
image: webhippie/golang:edge
|
||||
pull: true
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue