ci: attempt 1 to fix build path problem
This commit is contained in:
parent
ed3a812355
commit
20c463ad77
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ go-build:
|
|||
stage: "build"
|
||||
image: "cr.simoncor.net/siempie/go-build:latest"
|
||||
script:
|
||||
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*.go"
|
||||
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*"
|
||||
artifacts:
|
||||
name: "${CI_PROJECT_NAME}"
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue