You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
Orb version
0.1.9 and older
What happened
Specify an explicit version to install in the install job
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
Expected behavior
When you specify a version for the install job, it should install that version.
The text was updated successfully, but these errors were encountered: