mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-24 07:06:19 +00:00
11 lines
138 B
Markdown
11 lines
138 B
Markdown
Compile the yaml to the intermediate representation:
|
|
|
|
```
|
|
pipec compile
|
|
```
|
|
|
|
Execute the intermediate representation:
|
|
|
|
```
|
|
pipec exec
|
|
```
|