Skip to content

Commit

Permalink
Add build and release for csi proxy to gcs bucket
Browse files Browse the repository at this point in the history
This PR adds building and publishing csi-proxy binary to gcs bucket k8s-artifacts-csi
  • Loading branch information
jingxu97 committed May 21, 2020
1 parent 9eff164 commit 0b8f4a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Build the module.
steps:
- name: gcr.io/cloud-builders/go:debian
entrypoint: bash
args:
- -c
- |
set -ex
make build
artifacts:
objects:
location: 'gs://k8s-artifacts-csi'
paths: 'bin/csi-proxy.exe'

0 comments on commit 0b8f4a9

Please sign in to comment.