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!"
Custom commands can be injected into the standard build workflow via yaml or files.
- name: example hook
hook: |
step:
- before
commands: |
echo "hello world!"