Remove unneeded change

This commit is contained in:
Kamil Trzcinski 2015-09-24 15:22:30 +02:00
parent 64295a18c5
commit 7545190c8a

View file

@ -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)