fix(ci): dependancy

This commit is contained in:
Simon Cornet 2025-06-16 12:03:22 +02:00
commit 10f96fc8f1

View file

@ -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"