mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-11 09:02:22 +00:00
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
|
|
```
|