Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DownloadDeps = pipeline.Job{ Name: "download deps", Script: List("make deps-download"), Cache: pipeline.Cache{ Key: pipeline.CacheKey{ Files: List("go.mod", "go.sum"), }, Paths: List(".GOPATH/pkg/mod/"), Policy: "push", }, }
View Source
var MainPipeline = pipeline.Pipeline{
Stages: List("prepare", "test"),
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.