fix: dependancy problem
This commit is contained in:
parent
b94762ae5f
commit
c03cdc67d3
2 changed files with 0 additions and 4 deletions
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
releasing:
|
releasing:
|
||||||
stage: "releasing"
|
stage: "releasing"
|
||||||
needs:
|
|
||||||
- "testing"
|
|
||||||
image:
|
image:
|
||||||
name: "goreleaser/goreleaser:v2.10.2"
|
name: "goreleaser/goreleaser:v2.10.2"
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
testing:
|
testing:
|
||||||
stage: "testing"
|
stage: "testing"
|
||||||
needs:
|
|
||||||
- "linting"
|
|
||||||
image: "cr.simoncor.net/siempie/go-build:latest"
|
image: "cr.simoncor.net/siempie/go-build:latest"
|
||||||
script:
|
script:
|
||||||
- "go test cmd/gogitlabber/*.go"
|
- "go test cmd/gogitlabber/*.go"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue