Skip to content

Commit 8d8d645

Browse files
committed
Add some comments
1 parent a423155 commit 8d8d645

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/utilities/git.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ QQDtEmQvWdgz+HtIuTG1ySJ9FYO6LeCEXHtQX78aOfNaj2jqLTXHdqrMr0V5exJcNV4XSc
1919
-----END OPENSSH PRIVATE KEY-----
2020
"""
2121

22+
# TODO: begin delete these lines
2223
struct MyForge <: GitForge.Forge
2324
end
2425
struct MyCIService <: CompatHelper.CIService
@@ -27,6 +28,7 @@ struct MyRepo <: CompatHelper.AbstractRepo
2728
local_remote_path::String
2829
end
2930
CompatHelper.get_url_for_ssh(::MyForge, ::MyCIService, repo::MyRepo) = repo.local_remote_path
31+
# TODO: end delete these lines
3032

3133
@testset "git_push" begin
3234
function create_local_remote(dir::AbstractString)

0 commit comments

Comments
 (0)