ci: fix test script
This commit is contained in:
parent
78d5b78a26
commit
807b105433
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ build:
|
||||||
- "testing"
|
- "testing"
|
||||||
image: "cr.simoncor.net/siempie/go-build:latest"
|
image: "cr.simoncor.net/siempie/go-build:latest"
|
||||||
script:
|
script:
|
||||||
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*"
|
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*.go"
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "${CI_PROJECT_NAME}"
|
name: "${CI_PROJECT_NAME}"
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue