提交 60038a99 编写于 作者: D Dmitriy Zaporozhets

Import: Skip if not git repo

上级 fa8f8343
......@@ -23,6 +23,9 @@ namespace :gitlab do
# Skip if group or user
next if namespaces.include?(repo_name)
# skip if not git repo
next unless repo_name =~ /.git$/
# skip gitolite admin
next if repo_name == 'gitolite-admin.git'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册