Skip to content

Conversation

@averikitsch
Copy link
Contributor

Fixes #2398
Fixes #2380

@averikitsch averikitsch requested review from a team and ace-n as code owners October 29, 2021 16:22
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Oct 29, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 29, 2021
if (!bucketName) {
throw new Error('"FUNCTION_DELETABLE_BUCKET" env var must be set.');
}
if (!process.env.GCF_REGION) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: should this be its own variable, since it's used in multiple places?

(If so, apply this comment throughout your PR.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving for a future update...

@averikitsch averikitsch merged commit c17391c into main Oct 29, 2021
@averikitsch averikitsch deleted the gcf-test branch October 29, 2021 23:13
noerog pushed a commit that referenced this pull request Sep 2, 2022
* Update GCF tests

* lint

Co-authored-by: sofisl <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

functions/helloworld: helloPubSub: should print a name failed functions/helloworld: "before all" hook for "helloPubSub: should print a name" failed

3 participants