Skip to content

Commit 438eefa

Browse files
committed
Revert "Specify GCF region (#165)"
This reverts commit 14d59ab.
1 parent 2e43a8b commit 438eefa

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
@@ -3,7 +3,6 @@ steps:
33
args: [
44
'functions', 'deploy', 'linehaul-ingestor',
55
'--gen2',
6-
'--region', 'us-east5',
76
'--trigger-resource', 'linehaul-logs',
87
'--trigger-event', 'google.storage.object.finalize',
98
'--runtime', 'python311',
@@ -16,7 +15,6 @@ steps:
1615
args: [
1716
'functions', 'deploy', 'linehaul-publisher',
1817
'--gen2',
19-
'--region', 'us-east5',
2018
'--trigger-topic', 'linehaul-publisher-topic',
2119
'--runtime', 'python311',
2220
'--source', '.',

0 commit comments

Comments
 (0)