Skip to content

Commit 10770c9

Browse files
committed
clone via https
1 parent ec6eb8f commit 10770c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ using Test
55
clonedir = mktempdir()
66

77
docs = [
8-
("JuliaDebug/Infiltrator.jl.git", "gh-pages") => MultiDocumenter.MultiDocRef(
8+
("https://github.com/JuliaDebug/Infiltrator.jl.git", "gh-pages") => MultiDocumenter.MultiDocRef(
99
upstream = joinpath(clonedir, "Infiltrator"),
1010
path = "inf",
1111
name = "Infiltrator"
1212
),
1313
]
1414

1515
for ((remote, branch), docref) in docs
16-
run(`git clone --depth 1 [email protected]:$remote --branch $branch --single-branch $(docref.upstream)`)
16+
run(`git clone --depth 1 $remote --branch $branch --single-branch $(docref.upstream)`)
1717
end
1818

1919
outpath = joinpath(@__DIR__, "out")

0 commit comments

Comments
 (0)