mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 21:31:02 +00:00
856b2ef8c7
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anbraten <anton@ju60.de>
13 lines
153 B
Markdown
13 lines
153 B
Markdown
# Example
|
|
|
|
Compile the yaml to the intermediate representation:
|
|
|
|
```sh
|
|
pipec compile
|
|
```
|
|
|
|
Execute the intermediate representation:
|
|
|
|
```sh
|
|
pipec exec
|
|
```
|