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

gzip: stdin: unexpected end of file #70

Closed vemv closed 1 year ago

vemv commented 1 year ago

Orb version

circleci/gcp-cli@3.0.1

What happened

At Install latest gcloud CLI version, if not available step:

Google Cloud SDK is not installed. Installing it.

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
/tmp/.bash_env-643d6fa05427e83a11edcd7e-0-build: line 1: /tmp/tmp.2PCmvR8IJG/google-cloud-sdk/path.bash.inc: No such file or directory
Failed to install the requested version

Workaround

Retry the job. This worked immediately. Which suggests there's a simple fix for this.

Thanks - V

vemv commented 1 year ago

Thank you!