From 84888ebce1cf560eaa486184e03a035942d5effb Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 9 Mar 2021 11:27:21 +0100 Subject: [PATCH] fix ci docs --- docs/ocis/development/continuous-integration.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/ocis/development/continuous-integration.md b/docs/ocis/development/continuous-integration.md index 45368b392e..ce3d07587b 100644 --- a/docs/ocis/development/continuous-integration.md +++ b/docs/ocis/development/continuous-integration.md @@ -37,8 +37,6 @@ You may add flags to your commit message or PR title in order to speed up pipeli - `[tests-only]`: please add this flag, if you only changed tests or test-related tooling. You do not need to add a changelog for tests-only changes. -- `[with-benchmarks]`: please add this flag, if you want benchmarks to be run in CI. - ### Knowledge base - My pipeline fails because some CI related files or commands are missing. @@ -54,7 +52,7 @@ You may add flags to your commit message or PR title in order to speed up pipeli ``` {{< hint info >}} - If you experience a `"build" struct has no .title attribute` error you need a patched drone-cli binary. - You need to build it yourself from this [source code](https://github.com/micbar/drone-cli/tree/add-more-flags). - (There is also an open [PR](https://github.com/drone/drone-cli/pull/175) for that on drone-cli) + If you experience a `"build" struct has no .title attribute` you need a newer version of drone-cli. + + You currently need to build it yourself from this [source code](https://github.com/drone/drone-cli). If you are not using master as source, please ensure that this [PR](https://github.com/drone/drone-cli/pull/175) is included. {{< /hint >}}