package
1.2.3
Repository: https://github.com/drone/drone-yaml.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

CreateHostWorkspace returns a WorkspaceFunc that mounts a host machine volume as the pipeline workspace.
CreateWorkspace creates the workspace volume as an empty directory mount.
DindFunc is a helper function that returns true if a container image (specifically a plugin) is a whitelisted dind container and should be executed in privileged mode.
MountHostWorkspace is a WorkspaceFunc that mounts the default workspace and host volume to the pipeline.
MountWorkspace is a WorkspaceFunc that mounts the default workspace volume to the pipeline step.
SkipFunc returns a function that can be used to skip individual pipeline steps based on build metadata.

# Structs

A Compiler compiles the pipeline configuration to an intermediate representation that can be executed by the Drone runtime engine.
SkipData provides build metadata use to determine if a pipeline step should be skipped.