backy/tests/ErrorHook.yml
Andrew Woodlee bcba6b2086
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
ci/woodpecker/push/publish-docs Pipeline was successful
v0.10.0
2025-03-03 23:46:26 -06:00

17 lines
262 B
YAML

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