Skip to content

Commit f9c64f6

Browse files
authored
fix bazel-bin path and bump makefile (#65)
1 parent d41a52c commit f9c64f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 0
17-
VERSION_MINOR ?= 1
18-
VERSION_BUILD ?= 3
17+
VERSION_MINOR ?= 2
18+
VERSION_BUILD ?= 1
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2121

release_cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
args: ['build', '//:go_default_test']
1414
# Upload the linux binary to GCS
1515
- name: 'gcr.io/cloud-builders/gsutil'
16-
args: ['cp', 'bazel-bin/linux_amd64_stripped/go_default_test', 'gs://container-structure-test/$TAG_NAME/container-structure-test']
16+
args: ['cp', 'bazel-bin/linux_amd64_pure_stripped/go_default_test', 'gs://container-structure-test/$TAG_NAME/container-structure-test']
1717

1818
images: [
1919
'gcr.io/gcp-runtimes/container-structure-test:$TAG_NAME',

0 commit comments

Comments
 (0)