Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin committed Nov 13, 2024
1 parent ec73e20 commit db70f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/csi-nfs/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ shell:
install:
- export GO_VERSION={{ env "GOLANG_VERSION" }}
- export GOPROXY={{ env "GOPROXY" }}
- git clone --depth 1 --branch v{{ $version }} {{ env "SOURCE_REPO" }}/kubernetes-csi/csi-driver-nfs.git /csi-driver-nfs
- git clone --depth 1 {{ env "SOURCE_REPO" }}/kubernetes-csi/csi-driver-nfs.git /csi-driver-nfs
- cd /csi-driver-nfs
- for patchfile in /patches/*.patch ; do echo -n "Apply ${patchfile} ... "; git apply ${patchfile}; done
- go mod vendor
Expand Down

0 comments on commit db70f49

Please sign in to comment.