From 3e564626a852b3fcb4e5f439b84d4bf46ccbeaaa Mon Sep 17 00:00:00 2001 From: vista Date: Sat, 11 Mar 2023 17:24:55 +0100 Subject: [PATCH] Update '.woodpecker/test.yml' --- .woodpecker/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index de87e61..830e105 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,6 +3,7 @@ pipeline: image: alpine commands: - echo "fail" + - echo "hello world" > .test - exit 0 when: path: