Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Oct 24, 2023
1 parent b5ad8a4 commit 71c1aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ shell:
install:
- apk add git build-base
- export CGO_ENABLED=1
- export GO111MODULE=off
- export GO111MODULE=on
- export GOOS=linux
- cd /go/src/github.com/rarimo/proxy-svc
- go mod tidy
- go mod vendor
setup:
- export CGO_ENABLED=1
- export GO111MODULE=off
- export GO111MODULE=on
- export GOOS=linux
- go build -o /usr/local/bin/proxy-svc /go/src/github.com/rarimo/proxy-svc

Expand Down

0 comments on commit 71c1aad

Please sign in to comment.