Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Sep 2, 2024
1 parent 9b75b7a commit d95845f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/csi-nfs/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ shell:
- cd /csi-driver-nfs
- for patchfile in /patches/*.patch ; do echo -n "Apply ${patchfile} ... "; git apply ${patchfile}; done
- cd /csi-driver-nfs/cmd/nfsplugin
- go mod vendor
- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -o /nfsplugin
- chmod +x /nfsplugin

Expand Down

0 comments on commit d95845f

Please sign in to comment.