Files
backy/tests/SuccessHook.yml
Andrew Woodlee 803b039849
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
ci/woodpecker/push/publish-docs Pipeline failed
start integration testing
2025-12-08 18:12:31 -06:00

16 lines
252 B
YAML
Executable File

commands:
echoTestSuccess:
cmd: echo
shell: bash
Args: hello world
hooks:
success:
- successCmd
successCmd:
name: get docker version
cmd: docker
getOutput: true
outputToLog: true
Args:
- "-v"