Skip to content

Commit 6c44f98

Browse files
committed
Revert "Upgrade to gen2 cloud functions (#164)"
This reverts commit 3f7bced.
1 parent 438eefa commit 6c44f98

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
@@ -2,7 +2,6 @@ steps:
22
- name: 'gcr.io/cloud-builders/gcloud'
33
args: [
44
'functions', 'deploy', 'linehaul-ingestor',
5-
'--gen2',
65
'--trigger-resource', 'linehaul-logs',
76
'--trigger-event', 'google.storage.object.finalize',
87
'--runtime', 'python311',
@@ -14,7 +13,6 @@ steps:
1413
- name: 'gcr.io/cloud-builders/gcloud'
1514
args: [
1615
'functions', 'deploy', 'linehaul-publisher',
17-
'--gen2',
1816
'--trigger-topic', 'linehaul-publisher-topic',
1917
'--runtime', 'python311',
2018
'--source', '.',

0 commit comments

Comments
 (0)