local

package
v2.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

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",
		EnvVars: []string{"WOODPECKER_BACKEND_LOCAL_TEMP_DIR"},
		Usage:   "set a different temp dir to clone workflows into",
		Value:   os.TempDir(),
	},
}

Functions

func New

func New() types.Backend

New returns a new local Backend.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL