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 a423155 commit 8d8d645Copy full SHA for 8d8d645
test/utilities/git.jl
@@ -19,6 +19,7 @@ QQDtEmQvWdgz+HtIuTG1ySJ9FYO6LeCEXHtQX78aOfNaj2jqLTXHdqrMr0V5exJcNV4XSc
19
-----END OPENSSH PRIVATE KEY-----
20
"""
21
22
+# TODO: begin delete these lines
23
struct MyForge <: GitForge.Forge
24
end
25
struct MyCIService <: CompatHelper.CIService
@@ -27,6 +28,7 @@ struct MyRepo <: CompatHelper.AbstractRepo
27
28
local_remote_path::String
29
30
CompatHelper.get_url_for_ssh(::MyForge, ::MyCIService, repo::MyRepo) = repo.local_remote_path
31
+# TODO: end delete these lines
32
33
@testset "git_push" begin
34
function create_local_remote(dir::AbstractString)
0 commit comments