gitlab-org--gitlab-foss/lib/tasks/ee_compat_check.rake

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