We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88931d8 commit ef755adCopy full SHA for ef755ad
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