Commit 6ede2db3 authored by Valery Sizov's avatar Valery Sizov

fix of GitLab CI forking

parent f31d2aa4
...@@ -76,6 +76,7 @@ class GitlabCiService < CiService ...@@ -76,6 +76,7 @@ class GitlabCiService < CiService
params = { params = {
id: new_project.id, id: new_project.id,
name_with_namespace: new_project.name_with_namespace, name_with_namespace: new_project.name_with_namespace,
path_with_namespace: new_project.path_with_namespace,
web_url: new_project.web_url, web_url: new_project.web_url,
default_branch: new_project.default_branch, default_branch: new_project.default_branch,
ssh_url_to_repo: new_project.ssh_url_to_repo ssh_url_to_repo: new_project.ssh_url_to_repo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment