Skip to content

Commit

Permalink
[soil] Fetch tarball with https, not http
Browse files Browse the repository at this point in the history
The new domain has required HTTPS, which seems a bit annoying, but it is
probably right.
  • Loading branch information
Andy C committed Aug 26, 2024
1 parent be2e341 commit 1bb99ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soil/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ git-commit-url() {
commit_hash=$(cat _tmp/soil/commit-hash.txt)

# https:// not working on Github Actions?
local url="http://$SOIL_HOST/${prefix}jobs/git-$commit_hash"
local url="https://$SOIL_HOST/${prefix}jobs/git-$commit_hash"

echo $url
}

0 comments on commit 1bb99ed

Please sign in to comment.