-
Notifications
You must be signed in to change notification settings - Fork 534
0.13.0 broken installation script #919
Copy link
Copy link
Closed
Description
So I was in the middle of setting up my GitLab CI for my golang pet project, and then it hit me - on another try Glide could not be installed.
I quickly checked this repository just to see that a new release was published - 0.13.0, and I indeed can confirm that both on my gitlab CI and on my PC I cannot install it:
➜ curl https://glide.sh/get | sh;
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4201 100 4201 0 0 6249 0 --:--:-- --:--:-- --:--:-- 6242
ARCH=amd64
OS=linux
Using curl as download tool
Getting https://glide.sh/version
TAG=v0.13.0
LATEST_RELEASE_URL=https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.0
Getting https://api.github.com/repos/Masterminds/glide/releases/tags/v0.13.0
: not foundval:
Fail to install glide
Ubuntu 17.04 on PC, and the GitLab CI runner is some docker FROM scratch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels