Skip to content

Commit

Permalink
fix bazel-bin path and bump makefile (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkubala authored Feb 21, 2018
1 parent d41a52c commit f9c64f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 1
VERSION_BUILD ?= 3
VERSION_MINOR ?= 2
VERSION_BUILD ?= 1

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

Expand Down
2 changes: 1 addition & 1 deletion release_cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
args: ['build', '//:go_default_test']
# Upload the linux binary to GCS
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'bazel-bin/linux_amd64_stripped/go_default_test', 'gs://container-structure-test/$TAG_NAME/container-structure-test']
args: ['cp', 'bazel-bin/linux_amd64_pure_stripped/go_default_test', 'gs://container-structure-test/$TAG_NAME/container-structure-test']

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

0 comments on commit f9c64f6

Please sign in to comment.