mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 08:21:01 +00:00
12 lines
138 B
Markdown
12 lines
138 B
Markdown
|
Compile the yaml to the intermediate representation:
|
||
|
|
||
|
```
|
||
|
pipec compile
|
||
|
```
|
||
|
|
||
|
Execute the intermediate representation:
|
||
|
|
||
|
```
|
||
|
pipec exec
|
||
|
```
|