From 80843b1d75bbf40601fd3023e35ac264c1da44e0 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 8 Oct 2022 01:55:41 +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 b527e3bc..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 commands: | - echo "after-build step test!" \ No newline at end of file + 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 5b7e407a..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 commands: | - echo "before-build step test!" \ No newline at end of file + echo "before-build step test!"