Skip to content

Commit 8a92ccf

Browse files
authored
[internal] fix build in CSE and for svace (#139)
Signed-off-by: v.oleynikov <[email protected]>
1 parent bdb99b7 commit 8a92ccf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

images/csi-nfs/werf.inc.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,13 @@ secrets:
107107

108108
shell:
109109
setup:
110+
{{- if eq .SVACE_ENABLED "false" }}
111+
{{- include "alpine packages proxy" . | nindent 4 }}
110112
- apk add --no-cache git
113+
{{- else }}
114+
- apt-get update
115+
- apt-get install -y git
116+
{{- end }}
111117
- cd /src/csi-driver-nfs/cmd/nfsplugin
112118
- GOPROXY=$(cat /run/secrets/GOPROXY) go mod download
113119
- export GOOS=linux GOARCH=amd64 CGO_ENABLED=0

0 commit comments

Comments
 (0)