Remove unneeded change
This commit is contained in:
parent
64295a18c5
commit
7545190c8a
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ class GitlabCiService < CiService
|
||||||
name_with_namespace: new_project.name_with_namespace,
|
name_with_namespace: new_project.name_with_namespace,
|
||||||
path_with_namespace: new_project.path_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
|
||||||
})
|
})
|
||||||
|
|
||||||
ci_project = Ci::Project.find_by!(gitlab_id: project.id)
|
ci_project = Ci::Project.find_by!(gitlab_id: project.id)
|
||||||
|
|
Loading…
Reference in a new issue