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

3.x `install` fails in Windows executors #81

Open alanjclark opened 7 months ago

alanjclark commented 7 months ago

Orb version

3.x.x

What happened

Install fails with:

-VThe system cannot find the file specified.

Exited with code exit status 1

Expected behavior

Orb should check for existing installation (it is already included) and should probably run gcloud components update instead of install.