fix ci docs

This commit is contained in:
Willy Kloucek
2021-03-09 11:27:21 +01:00
parent 0eda3b882b
commit 84888ebce1

View File

@@ -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 >}}