Skip to content
Snippets Groups Projects
Unverified Commit 199c3914 authored by Balasankar C's avatar Balasankar C
Browse files

Change URLs of gitlab-rails public mirrors to match new locations

parent 09570629
No related branches found
No related tags found
No related merge requests found
gitlab-rails:
remote: "git@dev.gitlab.org:gitlab/gitlabhq.git"
alternative: "https://gitlab.com/gitlab-org/gitlab-ce.git"
alternative: "https://gitlab.com/gitlab-org/gitlab-foss.git"
gitlab-rails-ee:
remote: "git@dev.gitlab.org:gitlab/gitlab-ee.git"
alternative: "https://gitlab.com/gitlab-org/gitlab-ee.git"
alternative: "https://gitlab.com/gitlab-org/gitlab.git"
gitlab-shell:
remote: "git@dev.gitlab.org:gitlab/gitlab-shell.git"
alternative: "https://gitlab.com/gitlab-org/gitlab-shell.git"
Loading
Loading
Loading
Loading
@@ -39,7 +39,7 @@ describe Gitlab::Version do
it 'returns "alternative" link from custom_sources yml' do
allow(ENV).to receive(:[]).and_call_original
allow(ENV).to receive(:[]).with("ALTERNATIVE_SOURCES").and_return("true")
expect(subject.remote).to eq('https://gitlab.com/gitlab-org/gitlab-ee.git')
expect(subject.remote).to eq('https://gitlab.com/gitlab-org/gitlab.git')
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment