Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CoRfr opened this issue Jun 21, 2023 · 0 comments
Open

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

CoRfr opened this issue Jun 21, 2023 · 0 comments

Comments

@CoRfr
Copy link

CoRfr commented Jun 21, 2023

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:

  • either the installed version is the version we want, and it does nothing
  • either it install a different version

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant