Skip to content

Commit

Permalink
fix: werf change dir on setup stage
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Oct 31, 2023
1 parent aa8444f commit 84eca71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ shell:
- export CGO_ENABLED=0
- export GO111MODULE=on
- export GOOS=linux
- cd /go/src/github.com/rarimo/kyc-service
- go build -o /usr/local/bin/kyc-service /go/src/github.com/rarimo/kyc-service

---
Expand Down

0 comments on commit 84eca71

Please sign in to comment.