diff options
author | Rémy Coutable <remy@rymai.me> | 2018-08-10 09:07:23 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-08-10 09:07:23 +0000 |
commit | c8b0a17ff7aab2193092cb32d3203319c14dfea9 (patch) | |
tree | 9ca02729eddbaf2123661d0a1532dc76c2642e8f | |
parent | 792056e821bc14cfd278811534057b0490db1354 (diff) | |
parent | 6077c7c122d293dbf8b0d0a2697fd2c09ff19d0f (diff) | |
download | gitlab-ce-c8b0a17ff7aab2193092cb32d3203319c14dfea9.tar.gz |
Merge branch 'patch-15' into 'master'
docs: removed duplicate `git_ssh_url` field from build event example
See merge request gitlab-org/gitlab-ce!21123
-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", |