Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ee_compat_check.rake « tasks « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f494fa5c5c28967d20116245a715c1aef2414dc1 (plain)
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