backy/tests/SuccessHook.yml

16 lines
250 B
YAML
Raw Normal View History

2025-03-03 23:46:26 -06:00
commands:
echoTestSuccess:
cmd: echo
shell: bash
Args: hello world
hooks:
success:
- successCmd
errorCmd:
name: get docker version
cmd: docker
getOutput: true
outputToLog: true
Args:
- "-v"