Last active
August 20, 2018 22:58
-
-
Save DazWilkin/fea706c1ccdd4a9533aba897e1385656 to your computer and use it in GitHub Desktop.
Cloud Build is not just for containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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