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"
|
||||
- "releasing"
|
||||
|
||||
# include jobs
|
||||
include:
|
||||
|
||||
# linting
|
||||
- component: "$CI_SERVER_FQDN/components/golanglint/golanglint@v1.0.0"
|
||||
|
||||
testing:
|
||||
stage: "testing"
|
||||
needs:
|
||||
|
|
@ -26,10 +32,3 @@ releasing:
|
|||
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
|
||||
script:
|
||||
- "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