Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Last active August 20, 2018 22:58
Show Gist options
  • Save DazWilkin/fea706c1ccdd4a9533aba897e1385656 to your computer and use it in GitHub Desktop.
Save DazWilkin/fea706c1ccdd4a9533aba897e1385656 to your computer and use it in GitHub Desktop.
Cloud Build is not just for containers
steps:
- name: "gcr.io/cloud-builders/mvn"
args:
- package
artifacts:
objects:
location: "gs://${_BUCKET}/"
paths:
- "target/${_TARGET}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment