Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnsupportedStepType = errors.New("unsupported step type") ErrWorkflowStateNotFound = errors.New("workflow state not found") )
View Source
var Flags = []cli.Flag{ &cli.StringFlag{ Name: "backend-local-temp-dir", Sources: cli.EnvVars("WOODPECKER_BACKEND_LOCAL_TEMP_DIR"), Usage: "set a different temp dir to clone workflows into", Value: os.TempDir(), }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.