-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudbuild.yaml
41 lines (28 loc) · 1.13 KB
/
cloudbuild.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
steps:
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp2.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp3.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp4.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp5.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp6.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp7.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp8.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp9.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp10.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp11.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp12.yaml"]
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy", "testapp13.yaml"]
timeout: "1600s"