1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-29 21:48:14 +02:00

Move cli exec flags to own file (#380)

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
6543
2021-10-03 15:07:39 +02:00
committed by GitHub
parent 169e7e5aa3
commit 5d8e60808d
5 changed files with 283 additions and 247 deletions

View File

@@ -11,7 +11,7 @@ type Engine interface {
// Setup the pipeline environment.
Setup(context.Context, *Config) error
// Start the pipeline step.
// Exec start the pipeline step.
Exec(context.Context, *Step) error
// Kill the pipeline step.