Skip to content
Snippets Groups Projects
Commit 97b1a698 authored by kaiyou's avatar kaiyou
Browse files

Try and fix the gitlab build

parent 3e115aac
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ compile:
stage: build
script:
- source ./env
- echo $TAGS '===' $LDFLAGS
- go build -tags $TAGS -ldflags $LDFLAGS ./cmd/hepto.go
- go build -tags "$TAGS" -ldflags "$LDFLAGS" ./cmd/hepto.go
artifacts:
paths:
- hepto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment