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.
1 parent e7c1df0 commit ece6aadCopy full SHA for ece6aad
.cloudbuild.sh
@@ -5,5 +5,4 @@
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
-run_with_go "${CSI_PROW_GO_VERSION_BUILD}" make build REV="${REV}"
9
-cp bin/csi-proxy.exe bin/csi-proxy-"${PULL_BASE_REF}".exe
+run_with_go "${CSI_PROW_GO_VERSION_BUILD}" make build REV=${REV}
cloudbuild.yaml
@@ -27,6 +27,6 @@ substitutions:
27
_PULL_BASE_REF: 'master'
28
artifacts:
29
objects:
30
- location: 'gs://k8s-staging-sig-storage/csi-proxy'
31
- paths: 'bin/csi-proxy-${_PULL_BASE_REF}.exe'
+ location: 'gs://k8s-staging-sig-storage/csi-proxy/${_PULL_BASE_REF}'
+ paths: 'bin/csi-proxy.exe'
32
0 commit comments