コード例 #1
0
ファイル: bash.go プロジェクト: mikew/gitlab-ci-multi-runner
func init() {
	common.RegisterShell(&BashShell{
		AbstractShell: AbstractShell{
			SupportedOptions: []string{"artifacts", "cache"},
		},
	})
}
コード例 #2
0
func init() {
	common.RegisterShell(&BashShell{})
}
コード例 #3
0
func init() {
	common.RegisterShell(&PowerShell{})
}
コード例 #4
0
func init() {
	common.RegisterShell(&CmdShell{})
}