Documentation ¶
Index ¶
Constants ¶
View Source
const TaskKindClone = "clone"
View Source
const ToolKind = "git"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskClone ¶
type TaskClone struct { rs.BaseField `yaml:"-"` TaskName string `yaml:"name"` tools.BaseTask `yaml:",inline"` URL string `yaml:"url"` Path string `yaml:"path"` RemoteBranch string `yaml:"remote_branch"` LocalBranch string `yaml:"local_branch"` RemoteName string `yaml:"remote_name"` ExtraArgs []string `yaml:"extra_args"` }
func (*TaskClone) GetExecSpecs ¶
func (c *TaskClone) GetExecSpecs( rc dukkha.TaskExecContext, options dukkha.TaskMatrixExecOptions, ) ([]dukkha.TaskExecSpec, error)
Click to show internal directories.
Click to hide internal directories.