Commit 7545190c authored by Kamil Trzcinski's avatar Kamil Trzcinski

Remove unneeded change

parent 64295a18
......@@ -73,7 +73,8 @@ class GitlabCiService < CiService
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
default_branch: new_project.default_branch,
ssh_url_to_repo: new_project.ssh_url_to_repo
})
ci_project = Ci::Project.find_by!(gitlab_id: project.id)
......
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