Skip to content

Commit

Permalink
fix werf
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed May 14, 2024
1 parent 3d6a669 commit def2131
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,15 @@ git:
shell:
install:
- apk add git build-base
- go env -w GOPRIVATE=github.com/*
- go env -w GONOSUMDB=github.com/*
- go env -w GONOPROXY=github.com/*
- cd /go/src/github.com/rarimo/tss-svc
- go mod tidy
setup:
- go env -w GOPRIVATE=github.com/*
- go env -w GONOSUMDB=github.com/*
- go env -w GONOPROXY=github.com/*
- export CGO_ENABLED=1
- export GOOS=linux
- cd /go/src/github.com/rarimo/tss-svc
- go mod tidy
- go build -o /usr/local/bin/tss-svc /go/src/github.com/rarimo/tss-svc

---
Expand Down

0 comments on commit def2131

Please sign in to comment.