From e8799c71acefabf370a2804dd67f15611673388c Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 6 Oct 2022 19:33:59 +0100 Subject: [PATCH] custom hook files and test --- game-ci/hooks/my-test-hook-post-build.yaml | 2 +- game-ci/hooks/my-test-hook-pre-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game-ci/hooks/my-test-hook-post-build.yaml b/game-ci/hooks/my-test-hook-post-build.yaml index 21a000b1..dfe5a16b 100644 --- a/game-ci/hooks/my-test-hook-post-build.yaml +++ b/game-ci/hooks/my-test-hook-post-build.yaml @@ -1,3 +1,3 @@ hook: post-build run: | - post-build test! \ No newline at end of file + post-build test! diff --git a/game-ci/hooks/my-test-hook-pre-build.yaml b/game-ci/hooks/my-test-hook-pre-build.yaml index 6405d023..4637e9ce 100644 --- a/game-ci/hooks/my-test-hook-pre-build.yaml +++ b/game-ci/hooks/my-test-hook-pre-build.yaml @@ -1,3 +1,3 @@ hook: pre-build run: | - pre-build test! \ No newline at end of file + pre-build test!