Skip to content

Commit

Permalink
Use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Mar 4, 2021
1 parent 6279019 commit daba7c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ const JOB_TIMEOUT = 900
const LOG_TIMEOUT = 30

const JULIA_BAKED_IMAGE = let
# Note: We currently cannot use HTTPS remotes
# https://github.com/JuliaPackaging/Yggdrasil/issues/1299
output = git() do git_path
read(`$git_path ls-remote --tags git@github.com:JuliaLang/julia.git`, String)
read(`$git_path ls-remote --tags https://github.com/JuliaLang/julia`, String)
end
tags = split(replace(output, r".*\/" => ""))
versions = VersionNumber.(filter(v -> !endswith(v, "^{}"), tags))
Expand Down

0 comments on commit daba7c1

Please sign in to comment.