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

Version parameter on install job does nothing #13

Closed
mattvanstone opened this issue Jun 14, 2021 · 2 comments · Fixed by #21
Closed

Version parameter on install job does nothing #13

mattvanstone opened this issue Jun 14, 2021 · 2 comments · Fixed by #21

Comments

@mattvanstone
Copy link

Orb version

0.1.9 and older

What happened

Specify an explicit version to install in the install job

  - circleci-cli/install:
      version: v0.1.15224

The job outputs that you want to install version v0.1.15224, but doesn't actually reference it in the install command. It just installs the latest

Selected version of CircleCI CLI is v0.1.15224
A different version of the CircleCI CLI is installed (Build Agent version: 1.0.72666-eaa68b41
Built: 2021-06-14T14:18:26+0000); updating it
Starting installation.
Installing CircleCI CLI v0.1.15338
Installing to /usr/local/bin
/usr/local/bin/circleci
CircleCI CLI version 0.1.15338+850f9ac (release) has been installed to /usr/local/bin/circleci

Expected behavior

When you specify a version for the install job, it should install that version.

@yangchoo
Copy link

yangchoo commented May 16, 2023

Please fix this issue by reviewing and merging the linked PR.

This would provide a workaround to any breaking issues with the circleci-cli (e.g. CircleCI-Public/circleci-cli#941).

There are orbs relying on this which are currently breaking.

@yangchoo
Copy link

@brivu Tagging you on the issue for visibility. The upstream bug has been resolved, but it'll be nice to get this in so that we'll have a workaround next time.

Thank you

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

Successfully merging a pull request may close this issue.

2 participants