CircleCI-Public / circleci-cli-orb

Easily install and use the CircleCI CLI, on CircleCI
https://circleci.com/orbs/registry/orb/circleci/circleci-cli
MIT License
2 stars 11 forks source link

circleci-cli/install doesn't install the circleci tool #22

Open CoRfr opened 1 year ago

CoRfr commented 1 year ago

Orb version

0.1.9

What happened

The src/scripts/install.sh script simply doesn't install the CLI tool if it's missing. It only does things if it already exists:

But it expects the CLI tool to be already present, which seems wrong.

Expected behavior

If circleci is not available, I would expect it to install the tool with the provided version