diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 830e105..0d25abf 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,8 +3,7 @@ pipeline: image: alpine commands: - echo "fail" - - echo "hello world" > .test - - exit 0 + - exit 78 when: path: include: [ '.woodpecker/test.yml', 'build/*' ] @@ -13,8 +12,7 @@ pipeline: image: alpine commands: - echo "next" - - cat .test when: path: - include: [ '.test'] + include: [ '.woodpecker/test.yml', 'build/*' ] event: [push, tag, deployment] \ No newline at end of file