Commit 501ec08730a19ee42ec6002bf676b63ab99a3032
1 parent
a3bc4a9b
Exists in
6-9-stable-ee
Pin GitLab to v6.9.0-ee
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/software/gitlab-rails.rb
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | # |
18 | 18 | |
19 | 19 | name "gitlab-rails" |
20 | -default_version "f0a32c69494a1d4dda4c5ec8a7f3b94bc7ceed65" # 6.9.0 | |
20 | +default_version "1a72a2ef4ccb5ae9864647fc980ccebb2b420a33" # 6.9.0-ee | |
21 | 21 | |
22 | 22 | EE = system("#{Omnibus.project_root}/support/is_gitlab_ee.sh") |
23 | 23 | |
... | ... | @@ -31,7 +31,7 @@ dependency "libicu" |
31 | 31 | dependency "postgresql" |
32 | 32 | dependency "mysql-client" if EE |
33 | 33 | |
34 | -source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git" | |
34 | +source :git => "git@gitlab.com:subscribers/gitlab-ee.git" | |
35 | 35 | |
36 | 36 | env = { |
37 | 37 | "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", | ... | ... |