Skip to content

Commit 7eb183f

Browse files
authored
Merge pull request #148 from jingxu97/may/build
upload csiproxy binary to gcs with version information
2 parents 327ebfb + e7f7117 commit 7eb183f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.cloudbuild.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ REV=v$(echo "$GIT_TAG" | cut -f3- -d 'v')
99
ensure_paths
1010

1111
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ substitutions:
2727
_PULL_BASE_REF: 'master'
2828
artifacts:
2929
objects:
30-
location: 'gs://k8s-staging-sig-storage/csi-proxy'
31-
paths: 'bin/csi-proxy-${_PULL_BASE_REF}.exe'
30+
location: 'gs://k8s-staging-sig-storage/csi-proxy/${_PULL_BASE_REF}'
31+
paths: 'bin/csi-proxy.exe'
3232

0 commit comments

Comments
 (0)