Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TaskName is the name of the bash task TaskName string = "common/bash" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Inputs ¶
type Inputs struct {
VersionInfo []core.VersionInfo `json:"versionInfo,omitempty" yaml:"versionInfo,omitempty"`
Script string `json:"script" yaml:"script"`
}
Inputs contain the name and arguments of the command to be executed.
Click to show internal directories.
Click to hide internal directories.