mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-31 21:22:02 +00:00
Fix typo (#714)
This commit is contained in:
committed by
GitHub
parent
074e2cd38a
commit
9feb6be9f2
@@ -16,7 +16,7 @@ The Multi-Pipeline feature allows the pipeline to be split into several files an
|
|||||||
|
|
||||||
## Example multi-pipeline definition
|
## Example multi-pipeline definition
|
||||||
:::warning
|
:::warning
|
||||||
Please note that files are only shared bewteen steps of the same pipeline (see [File changes are incremental](/docs/usage/pipeline-syntax#file-changes-are-incremental)). That means you cannot access artifacts e.g. from the `build` pipeline below in the `deploy` pipeline.
|
Please note that files are only shared between steps of the same pipeline (see [File changes are incremental](/docs/usage/pipeline-syntax#file-changes-are-incremental)). That means you cannot access artifacts e.g. from the `build` pipeline below in the `deploy` pipeline.
|
||||||
If you still need to pass artifacts between the pipelines you need use storage [plugins](docs/usage/plugins/plugins) (e.g. one which stores files in an Amazon S3 bucket).
|
If you still need to pass artifacts between the pipelines you need use storage [plugins](docs/usage/plugins/plugins) (e.g. one which stores files in an Amazon S3 bucket).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user