Skip to content

Commit

Permalink
Revert gen2 functions (#168)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
di authored Mar 25, 2024
1 parent 854ea1e commit 4649c7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
args: [
'functions', 'deploy', 'linehaul-ingestor',
'--gen2',
'--region', 'us-central1',
'--trigger-resource', 'linehaul-logs',
'--trigger-event', 'google.storage.object.finalize',
'--runtime', 'python311',
Expand All @@ -15,8 +13,6 @@ steps:
- name: 'gcr.io/cloud-builders/gcloud'
args: [
'functions', 'deploy', 'linehaul-publisher',
'--gen2',
'--region', 'us-central1',
'--trigger-topic', 'linehaul-publisher-topic',
'--runtime', 'python311',
'--source', '.',
Expand Down

0 comments on commit 4649c7c

Please sign in to comment.