Documentation ¶
Index ¶
Constants ¶
View Source
const Shell = "/bin/sh"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalOperator ¶
type LocalOperator struct {
// contains filtered or unexported fields
}
func NewLocalOperator ¶
func NewLocalOperator(config *config.Config, envVariables map[string]string) *LocalOperator
func (*LocalOperator) Run ¶
func (o *LocalOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type ModulePathFinder ¶
type ModulePathFinder struct {
PathSeparatorOverride int32
}
func (*ModulePathFinder) FindModulePath ¶
func (m *ModulePathFinder) FindModulePath(repo *git.Repo, executable *pipeline.ExecutableFile) (string, error)
func (*ModulePathFinder) FindRequirementsTxtInPath ¶
func (m *ModulePathFinder) FindRequirementsTxtInPath(path string, executable *pipeline.ExecutableFile) (string, error)
type NoRequirementsFoundError ¶
type NoRequirementsFoundError struct{}
func (*NoRequirementsFoundError) Error ¶
func (m *NoRequirementsFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.