Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Conflicts: docker/marathon.json
This commit is contained in:
commit
526813581b
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@
|
|||
%li
|
||||
The import will time out after 4 minutes. For big repositories, use a clone/push combination.
|
||||
%li
|
||||
To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/migrating_from_svn.html"}.
|
||||
To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"}.
|
||||
|
||||
%hr.prepend-botton-10
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"type": "DOCKER",
|
||||
"docker": {
|
||||
"network": "HOST",
|
||||
"image": "sytse/gitlab-ce:7.10.1"
|
||||
"image": "gitlab/gitlab-ce:latest"
|
||||
},
|
||||
"volumes": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue