You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-12 22:21:40 +02:00
* Refactor: move cncd/pipeline/ to pipeline/ * Refactor: move pipeline/pipeline/ to pipeline/
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
|
|
```
|