Skip to content

Commit

Permalink
Merge pull request #148 from jingxu97/may/build
Browse files Browse the repository at this point in the history
upload csiproxy binary to gcs with version information
  • Loading branch information
k8s-ci-robot authored Jun 23, 2021
2 parents 327ebfb + e7f7117 commit 7eb183f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .cloudbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ REV=v$(echo "$GIT_TAG" | cut -f3- -d 'v')
ensure_paths

run_with_go "${CSI_PROW_GO_VERSION_BUILD}" make build REV="${REV}"
cp bin/csi-proxy.exe bin/csi-proxy-"${PULL_BASE_REF}".exe
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ substitutions:
_PULL_BASE_REF: 'master'
artifacts:
objects:
location: 'gs://k8s-staging-sig-storage/csi-proxy'
paths: 'bin/csi-proxy-${_PULL_BASE_REF}.exe'
location: 'gs://k8s-staging-sig-storage/csi-proxy/${_PULL_BASE_REF}'
paths: 'bin/csi-proxy.exe'

0 comments on commit 7eb183f

Please sign in to comment.