update
This commit is contained in:
parent
b0b8cf4428
commit
c063dcd650
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ rev: 2024-12-03
|
|||
Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
|
||||
|
||||
## Workflow Syntax
|
||||
The Workflow section defines a list of steps to build, test and deploy your code. The steps are executed serially in the order in which they are defined. If a step returns a non-zero exit code, the workflow and therefore the entire pipeline terminates immediately and returns an error status.
|
||||
The Workflow section defines a list of steps to build, test and deploy your code. The steps are executed serially in the order in which they are defined. If a step returns a non-zero exit code, the workflow and therefore the entire pipeline terminates immediately and returns an error status. The workflow files are stored in `.woodpecker` inside your repository.
|
||||
|
||||
Example steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue