mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 07:54:03 +00:00
Upgrade github-release to fix "no such host" error
See failing job: https://travis-ci.org/github/overhangio/tutor/jobs/757515583 This is almost certainly due to a change in the github API response: https://github.com/meterup/github-release/issues/1 See discussion: https://discuss.overhang.io/t/no-packages-for-release-11-1-4/1278/2
This commit is contained in:
parent
25e838856d
commit
9afdb3f42b
2
Makefile
2
Makefile
@ -97,7 +97,7 @@ ci-test-bundle: ## Run basic tests on bundle
|
||||
./releases/github-release: ## Download github-release binary
|
||||
mkdir -p releases/
|
||||
cd releases/ \
|
||||
&& curl -sSL -o ./github-release.bz2 "https://github.com/meterup/github-release/releases/download/v0.7.5/$(shell uname -s | tr "[:upper:]" "[:lower:]")-amd64-github-release.bz2" \
|
||||
&& curl -sSL -o ./github-release.bz2 "https://github.com/github-release/github-release/releases/download/v0.10.0/$(shell uname -s | tr "[:upper:]" "[:lower:]")-amd64-github-release.bz2" \
|
||||
&& bzip2 -d -f ./github-release.bz2 \
|
||||
&& chmod a+x ./github-release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user