We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5478544 + b2686bd commit 85b1350Copy full SHA for 85b1350
.cloudbuild.sh
@@ -5,5 +5,8 @@
5
# Extract tag-n-hash value from GIT_TAG (form vYYYYMMDD-tag-n-hash) for REV value.
6
REV=v$(echo "$GIT_TAG" | cut -f3- -d 'v')
7
8
+# This creates the CSI_PROW_WORK directory that is needed by run_with_go.
9
+ensure_paths
10
+
11
run_with_go "${CSI_PROW_GO_VERSION_BUILD}" make build REV="${REV}"
12
cp bin/csi-proxy.exe bin/csi-proxy-"${PULL_BASE_REF}".exe
0 commit comments