diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2014-09-10 10:33:13 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2014-09-10 10:33:13 +0000 |
commit | f2007e748890a2b818b4f3b0dceea0a5158df539 (patch) | |
tree | c741c9a9da751ddab60158ee95ae09bc6890a859 /db/fixtures | |
parent | 6b7e80cb198926a07e3fc94ca850edd4ed4169b8 (diff) | |
parent | b0435576df97b06308457456aa10de46fcfce6fe (diff) | |
download | gitlab-ce-f2007e748890a2b818b4f3b0dceea0a5158df539.tar.gz |
Merge branch 'testme_url' into 'master'
Fetch the testme repository from gitlab.com
See merge request !1078
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/04_project.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/04_project.rb b/db/fixtures/development/04_project.rb index b93229a0609..e8418042263 100644 --- a/db/fixtures/development/04_project.rb +++ b/db/fixtures/development/04_project.rb @@ -7,7 +7,7 @@ Sidekiq::Testing.inline! do 'https://github.com/gitlabhq/gitlabhq.git', 'https://github.com/gitlabhq/gitlab-ci.git', 'https://github.com/gitlabhq/gitlab-shell.git', - 'https://github.com/gitlabhq/testme.git', + 'https://gitlab.com/gitlab-org/testme.git', 'https://github.com/twitter/flight.git', 'https://github.com/twitter/typeahead.js.git', 'https://github.com/h5bp/html5-boilerplate.git', |