18 lines
263 B
YAML
18 lines
263 B
YAML
commands:
|
|
echoTestPass:
|
|
cmd: echo
|
|
shell: bash
|
|
Args: hello world
|
|
|
|
runRemoteShellScriptSuccess:
|
|
cmd:
|
|
|
|
|
|
packageCommandSuccess:
|
|
packageName: docker-ce
|
|
Args:
|
|
- docker-ce-cli
|
|
packageManager: apt
|
|
packageOperation: install
|
|
|
|
|