Skip to content

Commit 34e6591

Browse files
authored
Finish release automation. (#3)
1 parent 9aff6bb commit 34e6591

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release_cloudbuild.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
steps:
2+
# Build the binary with bazel
3+
- name: 'gcr.io/cloud-builders/bazel'
4+
args: ['build', '//:go_default_test']
5+
6+
# Upload the binary to GCS
7+
- name: 'gcr.io/cloud-builders/gsutil'
8+
args: ['cp', 'bazel-bin/go_default_test', 'gs://structure-test/$TAG_NAME/structure-test']

0 commit comments

Comments
 (0)