pipeline

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BuildPipeline = []Pipeliner{
	defaults.Step{},
	dist.Step{},
	build.Step{},
	docker.Step{},
}

BuildPipeline execution

View Source
var PushPipeline = append(BuildPipeline, push.Step{})

PushPipeline execution order

Functions

This section is empty.

Types

type Pipeliner

type Pipeliner interface {
	fmt.Stringer

	Run(*context.Context) error
}

Pipeliner interface

Jump to

Keyboard shortcuts

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