mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 16:46:06 +10:00
fix exclude wiki regex
the new regex allows importing repositories with repository name ending with wiki but still exclude gitlab wiki repositories
This commit is contained in:
@@ -34,7 +34,7 @@ namespace :gitlab do
|
||||
|
||||
puts "Processing #{repo_path}".yellow
|
||||
|
||||
if path =~ /.wiki\Z/
|
||||
if path =~ /\.wiki\Z/
|
||||
puts " * Skipping wiki repo"
|
||||
next
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user