We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb416cf commit ffd8d27Copy full SHA for ffd8d27
cloudbuild.yaml
@@ -9,6 +9,7 @@ steps:
9
'--entry-point', 'process_fastly_log',
10
'--retry'
11
]
12
+ waitFor: ['-']
13
- name: 'gcr.io/cloud-builders/gcloud'
14
args: [
15
'functions', 'deploy', 'linehaul-ingestor',
@@ -19,6 +20,7 @@ steps:
19
20
21
22
23
24
25
26
'functions', 'deploy', 'linehaul-staging-publisher',
@@ -28,6 +30,7 @@ steps:
28
30
'--entry-point', 'load_processed_files_into_bigquery',
29
31
32
33
34
35
36
'functions', 'deploy', 'linehaul-publisher',
@@ -37,3 +40,4 @@ steps:
37
40
38
41
39
42
43
0 commit comments