BigW Consortium Gitlab

ee_compat_check.rake 146 Bytes
Newer Older
1 2 3 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