Skip to content

Commit

Permalink
adding vendor to werf
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Dec 18, 2023
1 parent 7717656 commit c8ececb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ shell:
- go env -w GONOPROXY=github.com/*
- cd /go/src/github.com/rarimo/evm-worldcoin-saver-svc
- go mod tidy
- go mod vendor
setup:
- export CGO_ENABLED=0
- export GOOS=linux
- cd /go/src/github.com/rarimo/evm-worldcoin-saver-svc
- go build -o /usr/local/bin/evm-worldcoin-saver-svc /go/src/github.com/rarimo/evm-worldcoin-saver-svc
- go build -o /usr/local/bin/evm-worldcoin-saver-svc /go/src/github.com/rarimo/evm-worldcoin-saver-svc

---
image: service
Expand Down

0 comments on commit c8ececb

Please sign in to comment.