mirror of
https://github.com/imjasonh/cloudbuild-bestiary
synced 2026-07-06 22:12:51 +00:00
No description
| artifacts.yaml | ||
| docker_daemon.yaml | ||
| foo_test.go | ||
| images.yaml | ||
| metadata.yaml | ||
| README.md | ||
| 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