Skip to main content
Version: v2

Command Hooks

Custom commands can be injected into the standard build workflow via yaml or files.

- name: example hook
hook: |
step:
- before
commands: |
echo "hello world!"