Skip to content

Commit f6195e1

Browse files
committed
don't retry publisher
1 parent 0ea3f23 commit f6195e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cloudbuild.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ steps:
2828
'--runtime', 'python37',
2929
'--source', '.',
3030
'--entry-point', 'load_processed_files_into_bigquery',
31-
'--retry'
3231
]
3332
waitFor: ['-']
3433
- name: 'gcr.io/cloud-builders/gcloud'
@@ -38,6 +37,5 @@ steps:
3837
'--runtime', 'python37',
3938
'--source', '.',
4039
'--entry-point', 'load_processed_files_into_bigquery',
41-
'--retry'
4240
]
4341
waitFor: ['-']

0 commit comments

Comments
 (0)