Commit 94ea8cf7c8fe9d98028eb98a852f59d23a82acf6
1 parent
e07a8018
Exists in
7-1-stable-ee
Build gitlab-rails EE 5093c800a
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 "70ed6ef2a6894042c9bbd92f273542bca2a2374f" # 7.0.0.rc1 | |
20 | +default_version "5093c800a" # 7.1.0.rc1-ish EE | |
21 | 21 | |
22 | 22 | EE = system("#{Omnibus.project_root}/support/is_gitlab_ee.sh") |
23 | 23 | |
... | ... | @@ -32,7 +32,7 @@ dependency "postgresql" |
32 | 32 | dependency "python-docutils" |
33 | 33 | dependency "mysql-client" if EE |
34 | 34 | |
35 | -source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git" | |
35 | +source :git => "git@gitlab.com:subscribers/gitlab-ee.git" | |
36 | 36 | |
37 | 37 | env = { |
38 | 38 | "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", | ... | ... |