From d1fbe6a961149d944b5b47ba973ee18629335863 Mon Sep 17 00:00:00 2001 From: UnlimitedCookies <49200216+UnlimitedCookies@users.noreply.github.com> Date: Tue, 2 Mar 2021 02:01:26 +0100 Subject: [PATCH 1/2] Fix typo --- docs/docs/multi-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/multi-pipeline.md b/docs/docs/multi-pipeline.md index 44c0d7120..68fb4907e 100644 --- a/docs/docs/multi-pipeline.md +++ b/docs/docs/multi-pipeline.md @@ -1,7 +1,7 @@ # Multi-pipeline builds -**NOTE: Feature is only available for Github repositories. Folow [this](https://github.com/laszlocph/woodpecker/issues/131) issue to support further development.** +**NOTE: Feature is only available for Github repositories. Follow [this](https://github.com/laszlocph/woodpecker/issues/131) issue to support further development.** By default, Woodpecker looks for the pipeline definition in `.drone.yml` in the project root. From caf5ec1df7fe474ed43cace2b33c557d4e2a39b0 Mon Sep 17 00:00:00 2001 From: UnlimitedCookies <49200216+UnlimitedCookies@users.noreply.github.com> Date: Tue, 2 Mar 2021 02:06:57 +0100 Subject: [PATCH 2/2] Found another typo --- docs/docs/multi-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/multi-pipeline.md b/docs/docs/multi-pipeline.md index 68fb4907e..9d7643e37 100644 --- a/docs/docs/multi-pipeline.md +++ b/docs/docs/multi-pipeline.md @@ -11,7 +11,7 @@ The Multi-Pipeline feature allows the pipeline to be splitted to several files a - faster lint/test feedback, the pipeline doesn't have to run fully to have a lint status pushed to the the remote - better organization of the pipeline along various concerns: testing, linting, feature apps -- utilizaing more agents to speed up build +- utilizing more agents to speed up build ## Example multi-pipeline definition