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