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 327ebfb + e7f7117 commit 7eb183fCopy full SHA for 7eb183f
.cloudbuild.sh
@@ -9,4 +9,3 @@ REV=v$(echo "$GIT_TAG" | cut -f3- -d 'v')
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
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