fix(ci): dependancy
This commit is contained in:
parent
83a6d68d73
commit
10f96fc8f1
1 changed files with 6 additions and 7 deletions
|
|
@ -5,6 +5,12 @@ stages:
|
||||||
- "testing"
|
- "testing"
|
||||||
- "releasing"
|
- "releasing"
|
||||||
|
|
||||||
|
# include jobs
|
||||||
|
include:
|
||||||
|
|
||||||
|
# linting
|
||||||
|
- component: "$CI_SERVER_FQDN/components/golanglint/golanglint@v1.0.0"
|
||||||
|
|
||||||
testing:
|
testing:
|
||||||
stage: "testing"
|
stage: "testing"
|
||||||
needs:
|
needs:
|
||||||
|
|
@ -26,10 +32,3 @@ releasing:
|
||||||
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
|
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
|
||||||
script:
|
script:
|
||||||
- "goreleaser release --clean"
|
- "goreleaser release --clean"
|
||||||
|
|
||||||
|
|
||||||
# include jobs
|
|
||||||
include:
|
|
||||||
|
|
||||||
# linting
|
|
||||||
- component: "$CI_SERVER_FQDN/components/golanglint/golanglint@v1.0.0"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue