summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-07-01 12:51:16 +0000
committerValery Sizov <valery@gitlab.com>2015-07-01 12:51:16 +0000
commit0ad63022bd962f7310ac25fbcfb046552969a792 (patch)
treebd24324271b3dbadc4f6bc187a4359a286977983
parentf31d2aa44d37683a0ff88c71f558f5faf87ebda2 (diff)
parent6ede2db32880222ab93f732cc3382307c0b5c87b (diff)
downloadgitlab-ce-0ad63022bd962f7310ac25fbcfb046552969a792.tar.gz
Merge branch 'forking_on_gitlab_ci' into 'master'
Fix GitLab CI forking I created MR here because gitlab.com is unreachable. See merge request !1884
-rw-r--r--app/models/project_services/gitlab_ci_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project_services/gitlab_ci_service.rb b/app/models/project_services/gitlab_ci_service.rb
index 19b5859d5c9..c284e19fe50 100644
--- a/app/models/project_services/gitlab_ci_service.rb
+++ b/app/models/project_services/gitlab_ci_service.rb
@@ -76,6 +76,7 @@ class GitlabCiService < CiService
params = {
id: new_project.id,
name_with_namespace: new_project.name_with_namespace,
+ path_with_namespace: new_project.path_with_namespace,
web_url: new_project.web_url,
default_branch: new_project.default_branch,
ssh_url_to_repo: new_project.ssh_url_to_repo