Commit 89cac277e918f4ec1b93af364321eec32a7eacf5

Authored by Jacob Vosmaer
1 parent c73d4497

Include mysql-client in EE packages

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/projects/gitlab.rb
... ... @@ -30,6 +30,7 @@ dependency "preparation"
30 30  
31 31 dependency "git"
32 32 dependency "postgresql"
  33 +dependency "mysql-client" if system("#{Omnibus.project_root}/support/is_gitlab_ee.sh")
33 34 dependency "redis"
34 35 dependency "nginx"
35 36 dependency "gitlab-shell"
... ...