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