adobe / helix-deploy

A multi-cloud deployment tool for serverless functions running on AWS Lambda, Adobe I/O Runtime, Azure Functions, and Google Cloud Functions. Write once, run everywhere.
Apache License 2.0
11 stars 15 forks source link

fix: assert deployer is ready before invoking #685

Closed dominique-pfister closed 3 months ago

dominique-pfister commented 3 months ago

Even though I haven't configured any google credential, I'm getting the following failure:

$ node ../helix-deploy/src/index.js --aws-cleanup-versions --cleanup-patch=1w --no-build --name helix3/indexer
./node_modules/@google-cloud/functions/build/src/v1/cloud_functions_service_client.js:254
    throw err;
    ^

Error: Could not load the default credentials. Browse to https://cloud.google.com/docs/authentication/getting-started for more information.
    at GoogleAuth.getApplicationDefaultAsync (./node_modules/google-auth-library/build/src/auth/googleauth.js:271:15)
adobe-bot commented 3 months ago

:tada: This PR is included in version 11.0.15 :tada:

The release is available on:

Your semantic-release bot :package::rocket: