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"
|
||||
image: "cr.simoncor.net/siempie/go-build:latest"
|
||||
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:
|
||||
name: "${CI_PROJECT_NAME}"
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue