コード例 #1
0
ファイル: bash.go プロジェクト: bssthu/gitlab-ci-multi-runner
func init() {
	common.RegisterShell(&BashShell{Shell: "sh"})
	common.RegisterShell(&BashShell{Shell: "bash"})
}
コード例 #2
0
func init() {
	common.RegisterShell(&PowerShell{})
}
コード例 #3
0
ファイル: cmd.go プロジェクト: bssthu/gitlab-ci-multi-runner
func init() {
	common.RegisterShell(&CmdShell{})
}