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:
|
stages:
|
||||||
- "linter"
|
- "linter"
|
||||||
- "testing"
|
- "testing"
|
||||||
- "release"
|
- "releasing"
|
||||||
|
|
||||||
linter:
|
linter:
|
||||||
stage: "linter"
|
stage: "linter"
|
||||||
|
|
@ -17,8 +17,8 @@ testing:
|
||||||
script:
|
script:
|
||||||
- "go test cmd/gogitlabber/*.go"
|
- "go test cmd/gogitlabber/*.go"
|
||||||
|
|
||||||
release:
|
releasing:
|
||||||
stage: "release"
|
stage: "releasing"
|
||||||
needs:
|
needs:
|
||||||
- "testing"
|
- "testing"
|
||||||
image:
|
image:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue