Skip to content

Commit c79af18

Browse files
committed
added cloudbuiild.yaml
1 parent 2cd3dd7 commit c79af18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# See https://cloud.google.com/cloud-build/docs/build-config
2+
timeout: 3000s
3+
options:
4+
substitution_option: ALLOW_LOOSE
5+
steps:
6+
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
7+
entrypoint: make
8+
args:
9+
- build

0 commit comments

Comments
 (0)