Skip to content

Commit 4649c7c

Browse files
authored
Revert gen2 functions (#168)
* Revert "Update region to us-central1 (#166)" This reverts commit 854ea1e. * Revert "Specify GCF region (#165)" This reverts commit 14d59ab. * Revert "Upgrade to gen2 cloud functions (#164)" This reverts commit 3f7bced.
1 parent 854ea1e commit 4649c7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cloudbuild.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ steps:
22
- name: 'gcr.io/cloud-builders/gcloud'
33
args: [
44
'functions', 'deploy', 'linehaul-ingestor',
5-
'--gen2',
6-
'--region', 'us-central1',
75
'--trigger-resource', 'linehaul-logs',
86
'--trigger-event', 'google.storage.object.finalize',
97
'--runtime', 'python311',
@@ -15,8 +13,6 @@ steps:
1513
- name: 'gcr.io/cloud-builders/gcloud'
1614
args: [
1715
'functions', 'deploy', 'linehaul-publisher',
18-
'--gen2',
19-
'--region', 'us-central1',
2016
'--trigger-topic', 'linehaul-publisher-topic',
2117
'--runtime', 'python311',
2218
'--source', '.',

0 commit comments

Comments
 (0)