mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
chore: fix some comments (#3788)
Signed-off-by: tongjicoder <tongjicoder@icloud.com>
This commit is contained in:
parent
54b7dd18b2
commit
8ca49086a1
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ The implementation wasn't perfect yet so we improved the way entrypoints work:
|
|||
|
||||
If you define [`commands`](/docs/usage/workflow-syntax#commands), the default entrypoint will be `["/bin/sh", "-c", "echo $CI_SCRIPT | base64 -d | /bin/sh -e"]`.
|
||||
|
||||
If you define your own entrypoint, you can completely overwrite the default entrypoint. If you define `entrypoint: ["/bin/my-script", ""]` for example you can run your own binary / script. In this case the commands section will ignord, however you can still access it in your own script by using the base64 encoded string of the `CI_SCRIPT` environment variable.
|
||||
If you define your own entrypoint, you can completely overwrite the default entrypoint. If you define `entrypoint: ["/bin/my-script", ""]` for example you can run your own binary / script. In this case the commands section will ignored, however you can still access it in your own script by using the base64 encoded string of the `CI_SCRIPT` environment variable.
|
||||
|
||||
[#3269](https://github.com/woodpecker-ci/woodpecker/pull/3269)
|
||||
|
||||
|
@ -66,7 +66,7 @@ Commit:473761d8b26b20f7c206408563d54cf998410329
|
|||
|
||||
## Deleting logs or complete pipelines
|
||||
|
||||
If you accidentially exposed some secret to the public in your logs or you simply want to cleanup some logs you can now delete logs or complete pipelines using the api and the cli.
|
||||
If you accidentally exposed some secret to the public in your logs or you simply want to cleanup some logs you can now delete logs or complete pipelines using the api and the cli.
|
||||
|
||||
[#3451](https://github.com/woodpecker-ci/woodpecker/pull/3451)
|
||||
[#3506](https://github.com/woodpecker-ci/woodpecker/pull/3506)
|
||||
|
|
|
@ -8,7 +8,7 @@ We plan to release a new version every four weeks and will release the next vers
|
|||
|
||||
## Stable version
|
||||
|
||||
The **stable** releases are official versions following [semver](https://semver.org/). By default, only the latest stable release will receive bug fixes. Once a new major or minor release is available, previous minor versions might receive security patches, but wont be updated with bug fixes anymore (so called backporting) by default.
|
||||
The **stable** releases are official versions following [semver](https://semver.org/). By default, only the latest stable release will receive bug fixes. Once a new major or minor release is available, previous minor versions might receive security patches, but won't be updated with bug fixes anymore (so called backporting) by default.
|
||||
|
||||
### Breaking changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue