gitlab-org--gitlab-foss/lib/tasks/ce_to_ee_merge_check.rake
Rémy Coutable 2650d5f895 Improve the branch existence and merge checks
Also add a safeguard for non-CI env.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-13 17:42:06 +02:00

4 lines
156 B
Ruby

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