Commit 89cac277e918f4ec1b93af364321eec32a7eacf5
1 parent
c73d4497
Exists in
master
and in
13 other branches
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,6 +30,7 @@ dependency "preparation" | ||
30 | 30 | ||
31 | dependency "git" | 31 | dependency "git" |
32 | dependency "postgresql" | 32 | dependency "postgresql" |
33 | +dependency "mysql-client" if system("#{Omnibus.project_root}/support/is_gitlab_ee.sh") | ||
33 | dependency "redis" | 34 | dependency "redis" |
34 | dependency "nginx" | 35 | dependency "nginx" |
35 | dependency "gitlab-shell" | 36 | dependency "gitlab-shell" |