From 9c5523a800fa675e29c0da826b77b21b5f3120f3 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 8 Oct 2022 00:44:14 +0100 Subject: [PATCH] Custom step file support --- game-ci/steps/my-test-step-post-build.yaml | 2 +- game-ci/steps/my-test-step-pre-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game-ci/steps/my-test-step-post-build.yaml b/game-ci/steps/my-test-step-post-build.yaml index eb93f17b..496a1fb4 100644 --- a/game-ci/steps/my-test-step-post-build.yaml +++ b/game-ci/steps/my-test-step-post-build.yaml @@ -1,3 +1,3 @@ -hook: after-build +hook: after commands: | echo "after-build step test!" diff --git a/game-ci/steps/my-test-step-pre-build.yaml b/game-ci/steps/my-test-step-pre-build.yaml index ce51bd19..323a9265 100644 --- a/game-ci/steps/my-test-step-pre-build.yaml +++ b/game-ci/steps/my-test-step-pre-build.yaml @@ -1,3 +1,3 @@ -hook: before-build +hook: before commands: | echo "before-build step test!"