package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Oct 30, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
Steps []Step `yaml:"steps"`
}
Build holds build steps
type Step struct {
Name string `yaml:"name"`
Image string `yaml:"image"`
Script []string `yaml:"script"`
}
Step is a build step
Source Files
¶
Click to show internal directories.
Click to hide internal directories.