From ef94ea2a9908f5daabe9385b7cd949eb16f1d552 Mon Sep 17 00:00:00 2001 From: Mike Kobit Date: Mon, 18 Dec 2017 19:03:52 +0000 Subject: [PATCH] Remove duplicate key of "git_ssh_url" in repository value of the build webhook --- doc/user/project/integrations/webhooks.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index 4b37f9231252da..f4661ef63cf725 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -1130,7 +1130,6 @@ X-Gitlab-Event: Build Hook }, "repository": { "name": "gitlab_test", - "git_ssh_url": "git@192.168.64.1:gitlab-org/gitlab-test.git", "description": "Atque in sunt eos similique dolores voluptatem.", "homepage": "http://192.168.64.1:3005/gitlab-org/gitlab-test", "git_ssh_url": "git@192.168.64.1:gitlab-org/gitlab-test.git", -- GitLab