debian-mirror-gitlab/lib/tasks/ee_compat_check.rake
2017-08-17 22:00:37 +05:30

5 lines
146 B
Ruby

desc 'Checks if the branch would apply cleanly to EE'
task ee_compat_check: :environment do
Rake::Task['gitlab:dev:ee_compat_check'].invoke
end