summaryrefslogtreecommitdiff
path: root/lib/tasks/ee_compat_check.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/ee_compat_check.rake')
-rw-r--r--lib/tasks/ee_compat_check.rake4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tasks/ee_compat_check.rake b/lib/tasks/ee_compat_check.rake
new file mode 100644
index 00000000000..f494fa5c5c2
--- /dev/null
+++ b/lib/tasks/ee_compat_check.rake
@@ -0,0 +1,4 @@
+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