mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-04 18:21:06 +02:00
Fix phrasing (#887)
* Fix phrasing Pipelines wait for dependencies finish successfully * Update docs/docs/20-usage/25-multi-pipeline.md Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
parent
517be0394c
commit
3cc7515acf
@ -87,7 +87,7 @@ Each pipeline will report its own status back to your forge.
|
||||
|
||||
The pipelines run in parallel on separate agents and share nothing.
|
||||
|
||||
Dependencies between pipelines can be set with the `depends_on` element. A pipeline doesn't execute until its dependencies did not complete successfully.
|
||||
Dependencies between pipelines can be set with the `depends_on` element. A pipeline doesn't execute until all of its dependencies finished successfully.
|
||||
|
||||
The name for a `depends_on` entry is the filename without the path, leading dots and without the file extension `.yml`. If the project config for example uses `.woodpecker/` as path for ci files with a file named `.woodpecker/.lint.yml` the corresponding `depends_on` entry would be `lint`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user