talkiq / circleci-orbs

Various CircleCI orbs shared across TalkIQ projects
2 stars 4 forks source link

fix(gcloud): support cloudrun apps without env vars #109

Closed TheKevJames closed 1 year ago

TheKevJames commented 1 year ago

Summary

See https://dialpad.slack.com/archives/GA91FTLDU/p1673464449394329

Checklist

TheKevJames commented 1 year ago

@shaundialpad looks like that behaviour has since changed:

» gcloud run deploy --help | grep -A2 set-env-vars
       --set-env-vars=[KEY=VALUE,...]
          List of key-value pairs to set as environment variables. All existing
          environment variables will be removed first.
shaundialpad commented 1 year ago

@shaundialpad looks like that behaviour has since changed:

» gcloud run deploy --help | grep -A2 set-env-vars
       --set-env-vars=[KEY=VALUE,...]
          List of key-value pairs to set as environment variables. All existing
          environment variables will be removed first.

Ohh! Thanks very much for pointing this out