Commit 2a861b50ae6ac4e07005d9602375deef13afe46a
1 parent
9437c2ee
Exists in
7-2-stable
Build CE packages from dev.gitlab.org
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/software/gitlab-rails.rb
... | ... | @@ -33,7 +33,7 @@ dependency "python-docutils" |
33 | 33 | dependency "mysql-client" if EE |
34 | 34 | dependency "rugged" |
35 | 35 | |
36 | -source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git" | |
36 | +source :git => "git@dev.gitlab.org:gitlab/gitlabhq.git" | |
37 | 37 | |
38 | 38 | build do |
39 | 39 | env = with_standard_compiler_flags(with_embedded_path) | ... | ... |