Skip to content
Snippets Groups Projects
Commit af1a952d authored by Christian Pointner's avatar Christian Pointner
Browse files

fixed build stage

parent 278c01c1
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ format:
compile:
stage: build
script:
- go build -race -ldflags "-extldflags '-static'" -o $CI_PROJECT_DIR/tank
- go build -race -ldflags "-extldflags '-static'" ./cmd/tank -o $CI_PROJECT_DIR/tank
artifacts:
paths:
- tank
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment