Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-08-10 02:04:05 +0300
committerAndreas Rammhold <andreas@rammhold.de>2018-08-10 02:04:05 +0300
commit6077c7c122d293dbf8b0d0a2697fd2c09ff19d0f (patch)
tree223fab6ed1880aaeec3ae7300756463c32178222 /doc/user/project/integrations
parenta266cd25da211c2422acb8be326a7bf7760ed146 (diff)
docs: removed duplicate `git_ssh_url` field from build event example
Previously the key `git_ssh_url` was listed twice in the example payload of an Build Event web hook.
Diffstat (limited to 'doc/user/project/integrations')
-rw-r--r--doc/user/project/integrations/webhooks.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md
index 8e486318980..77fa517b5b1 100644
--- a/doc/user/project/integrations/webhooks.md
+++ b/doc/user/project/integrations/webhooks.md
@@ -1122,7 +1122,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",