We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88931d8 + ef755ad commit 8457bbcCopy full SHA for 8457bbc
cloudbuild.yaml
@@ -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