Commit b17ab8e37a909a9b72a438c01172c8f0fc5d1d5e
1 parent
79f370b9
Exists in
6-8-stable-ee
source as ssh
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/software/gitlab-rails.rb
... | ... | @@ -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/subscribers/gitlab-ee.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", | ... | ... |