We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6eb8f commit 10770c9Copy full SHA for 10770c9
test/runtests.jl
@@ -5,15 +5,15 @@ using Test
5
clonedir = mktempdir()
6
7
docs = [
8
- ("JuliaDebug/Infiltrator.jl.git", "gh-pages") => MultiDocumenter.MultiDocRef(
+ ("https://github.com/JuliaDebug/Infiltrator.jl.git", "gh-pages") => MultiDocumenter.MultiDocRef(
9
upstream = joinpath(clonedir, "Infiltrator"),
10
path = "inf",
11
name = "Infiltrator"
12
),
13
]
14
15
for ((remote, branch), docref) in docs
16
- run(`git clone --depth 1 [email protected]:$remote --branch $branch --single-branch $(docref.upstream)`)
+ run(`git clone --depth 1 $remote --branch $branch --single-branch $(docref.upstream)`)
17
end
18
19
outpath = joinpath(@__DIR__, "out")
0 commit comments