backy/tests/ErrorHook.yml

17 lines
262 B
YAML
Raw Normal View History

2025-03-03 23:46:26 -06:00
commands:
echoTestFail:
cmd: ech
shell: bash
Args: hello world
hooks:
error:
- errorCmd
errorCmd:
name: get docker version
cmd: docker
getOutput: true
outputToLog: true
Args:
- "-v"
host: email-svr