-
Notifications
You must be signed in to change notification settings - Fork 2
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
bash -c "$(curl -sL https://get-gribic.kmrd.dev)" is broken #17
Comments
It was only for some time looks like, possibly since the version updated 1 hr ago |
Thanks for posting this, I will add a check in the script to validate that the version is not |
Is this taken care of ? still failing Step 52/77 : RUN bash -c "$(curl -sL https://get-gribic.kmrd.dev/)" |
I think i found the root cause, our org was hitting the download rate-limit from github for the LATEST_URL (which is used to fetch the latest tag) in some instances. Workaround was to download the file directly from github download directly(staticly) without reading the tag from api |
Install is broken, download url seems to be deduced wrong
Step 51/76 : RUN bash -c "$(curl -sL https://get-gribic.kmrd.dev)"
---> Running in 8b57f8dd0b90
Downloading https://github.com/karimra/gribic/releases/download/null/gribic_ull_linux_x86_64.tar.gz
tar: This does not look like a tar archive
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Failed to install gribic
For support, go to https://github.com/karimra/gribic/issues
The text was updated successfully, but these errors were encountered: