You've already forked woodpecker
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user