From fd6eb36a31451c477a23790bf54f8eac042a00a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerrit=20Gro=C3=9Fkopf?= Date: Mon, 2 Jan 2023 17:08:17 +0100 Subject: [PATCH] Updating Example configuration to override depth (#1519) This should match the updated procedure introduced in https://github.com/woodpecker-ci/plugin-git/pull/48 --- docs/docs/20-usage/20-pipeline-syntax.md | 1 + docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/docs/20-usage/20-pipeline-syntax.md b/docs/docs/20-usage/20-pipeline-syntax.md index eaa365a4a..263c16a81 100644 --- a/docs/docs/20-usage/20-pipeline-syntax.md +++ b/docs/docs/20-usage/20-pipeline-syntax.md @@ -672,6 +672,7 @@ Example configuration to override depth: git: image: woodpeckerci/plugin-git + settings: ++ partial: false + depth: 50 ``` diff --git a/docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md b/docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md index 31d253d47..17180da8c 100644 --- a/docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md +++ b/docs/versioned_docs/version-0.15/20-usage/20-pipeline-syntax.md @@ -428,6 +428,7 @@ Example configuration to override depth: git: image: woodpeckerci/plugin-git + settings: ++ partial: false + depth: 50 ```