Custom step file support
parent
b5c63e451d
commit
9c5523a800
|
|
@ -1,3 +1,3 @@
|
|||
hook: after-build
|
||||
hook: after
|
||||
commands: |
|
||||
echo "after-build step test!"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
hook: before-build
|
||||
hook: before
|
||||
commands: |
|
||||
echo "before-build step test!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue