Skip to content

Instantly share code, notes, and snippets.

@natansil
Created February 23, 2019 09:12
Show Gist options
  • Save natansil/27b8b37b9404b125d9cb606b50676056 to your computer and use it in GitHub Desktop.
Save natansil/27b8b37b9404b125d9cb606b50676056 to your computer and use it in GitHub Desktop.
Google cloud build configuration
steps:
- name: 'gcr.io/cloud-builders/git'
args: ['clone', 'https://github.com/GoogleCloudPlatform/cloud-builders']
- name: 'gcr.io/cloud-builders/bazel'
args: ['build', '//java/com/company/service:server']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment