提交 3bf0b4e2 编写于 作者: R Riyad Preukschas

Fix satellite check for projects with empty repo

Fixes #2349
上级 02a29d1d
......@@ -189,6 +189,8 @@ namespace :gitlab do
if project.satellite.exists?
puts "yes".green
elsif project.empty_repo?
puts "can't create, repository is empty".magenta
else
puts "no".red
try_fixing_it(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册