1
0
Fork 0
mirror of https://github.com/imjasonh/cloudbuild-bestiary synced 2026-07-06 22:12:51 +00:00
No description
Find a file
2020-09-28 15:15:07 -04:00
artifacts.yaml demonstrate artifacts and globs 2020-09-28 15:15:07 -04:00
docker_daemon.yaml Add build that demonstrates subsequent steps can run images provided by previous steps 2020-09-28 14:53:31 -04:00
foo_test.go
images.yaml Add test for images 2020-09-28 15:02:28 -04:00
metadata.yaml
README.md Add test for images 2020-09-28 15:02:28 -04:00
workspace.yaml

Cloud Build Bestiary

This repo contains cloudbuild.yaml configs that exercise esoteric features of the service.

To run them all:

go test ./... -v

To run one test (e.g., workspace.yaml):

go test ./... -v -run=.*/workspace.yaml

or

gcloud builds submit --config=workspace.yaml