Skip to content

Commit

Permalink
fix werf
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Mar 7, 2024
1 parent 3243db4 commit e534163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ shell:
- export GO111MODULE=on
- export CGO_ENABLED=1
- export GOOS=linux
- cd /go/src/github.com/rarimo/evm-worldcoin-saver-svc
- go mod tidy
- go mod vendor
- 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

---
Expand Down

0 comments on commit e534163

Please sign in to comment.