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

Release is missing some assests #612

Closed
hamzaremmal opened this issue Apr 27, 2023 · 1 comment
Closed

Release is missing some assests #612

hamzaremmal opened this issue Apr 27, 2023 · 1 comment

Comments

@hamzaremmal
Copy link

When following the guide to install cirrus-cli on my machine, I've noticed a small problem related to the assests of the latest release (v.0.96.1).

The one-liner command fetch the corresponding executable from the latest release, therefore, the installation didn't work when trying it. I had to download an older version (v.0.96.0) by changing the command to

curl -L -o cirrus https://github.com/cirruslabs/cirrus-cli/releases/download/v0.96.0/cirrus-linux-amd64   && sudo mv cirrus /usr/local/bin/cirrus && sudo chmod +x /usr/local/bin/cirrus
@edigaryev
Copy link
Contributor

Hello Hamza 👋

It seems that the integration tests had flaked and blocked the release of binaries, I've restarted the build and this should be fixed now. Thanks for reporting!

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

2 participants