diff options
author | Andreas Rammhold <andreas@rammhold.de> | 2018-08-09 23:04:05 +0000 |
---|---|---|
committer | Andreas Rammhold <andreas@rammhold.de> | 2018-08-09 23:04:05 +0000 |
commit | 6077c7c122d293dbf8b0d0a2697fd2c09ff19d0f (patch) | |
tree | 223fab6ed1880aaeec3ae7300756463c32178222 | |
parent | a266cd25da211c2422acb8be326a7bf7760ed146 (diff) | |
download | gitlab-ce-6077c7c122d293dbf8b0d0a2697fd2c09ff19d0f.tar.gz |
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.
-rw-r--r-- | doc/user/project/integrations/webhooks.md | 1 |
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", |