Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 8457bbc

Browse files
authored
Merge pull request #47 from tparikh/cloudbuild
added cloudbuiild.yaml
2 parents 88931d8 + ef755ad commit 8457bbc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: cloudbuild.yaml

+9
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)