Commit 9aeb9ec5 authored by Valera Sizov's avatar Valera Sizov

clear comment

parent 01d9f998
......@@ -8,7 +8,6 @@ class Gitosis
Dir.mkdir @local_dir
# clone repo
@repo = Git.clone(GITOSIS['admin_uri'], "#{@local_dir}/gitosis")
end
......@@ -17,7 +16,6 @@ class Gitosis
@repo.commit_all "Gitlab"
@repo.push
# remove local copy
`rm -Rf #{@local_dir}`
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment