CircleCI-Public / gcp-cli-orb

Install and configure the Google Cloud CLI (gcloud)
https://circleci.com/orbs/registry/orb/circleci/gcp-cli
MIT License
9 stars 32 forks source link

install fails with `sh: unknown operand` #79

Closed awinograd closed 1 year ago

awinograd commented 1 year ago

Orb version

2.4.1

What happened

sh: : unknown operand

https://app.circleci.com/pipelines/github/ouihealth/oui-aviva/9552/workflows/529cdd8b-ebc2-40de-998f-a7b2448b685e/jobs/57607

Expected behavior

script shouldn't error with unknown operand. I believe it's a string escaping issue https://stackoverflow.com/a/34251849

awinograd commented 1 year ago

sorry i thought i was on the latest version but i see there is a more recent release