feat(ci): renamed release stage
This commit is contained in:
parent
cffe14d08d
commit
58e9595f2a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
stages:
|
||||
- "linter"
|
||||
- "testing"
|
||||
- "release"
|
||||
- "releasing"
|
||||
|
||||
linter:
|
||||
stage: "linter"
|
||||
|
|
@ -17,8 +17,8 @@ testing:
|
|||
script:
|
||||
- "go test cmd/gogitlabber/*.go"
|
||||
|
||||
release:
|
||||
stage: "release"
|
||||
releasing:
|
||||
stage: "releasing"
|
||||
needs:
|
||||
- "testing"
|
||||
image:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue