summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-24 15:22:30 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-24 15:27:14 +0200
commit7545190c8ae82f29f8667bf6a04a4e411bce469f (patch)
tree6eac78046fdf9157164121319c5d825cd24e0bf4
parent64295a18c5bd9f4e92cddb5d1f391657a3757fe2 (diff)
downloadgitlab-ce-7545190c8ae82f29f8667bf6a04a4e411bce469f.tar.gz
Remove unneeded change
-rw-r--r--app/models/project_services/gitlab_ci_service.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/project_services/gitlab_ci_service.rb b/app/models/project_services/gitlab_ci_service.rb
index 773b61efd6f..23ab206efba 100644
--- a/app/models/project_services/gitlab_ci_service.rb
+++ b/app/models/project_services/gitlab_ci_service.rb
@@ -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)