5 lines
146 B
Ruby
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
|