Custom step file support

pull/437/head
Frostebite 2022-10-08 00:44:14 +01:00
parent b5c63e451d
commit 9c5523a800
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
hook: after-build hook: after
commands: | commands: |
echo "after-build step test!" echo "after-build step test!"

View File

@ -1,3 +1,3 @@
hook: before-build hook: before
commands: | commands: |
echo "before-build step test!" echo "before-build step test!"