Update '.woodpecker/test.yml'
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-03-11 17:29:13 +01:00
parent 3e564626a8
commit fa2a65221b

View File

@@ -3,8 +3,7 @@ pipeline:
image: alpine image: alpine
commands: commands:
- echo "fail" - echo "fail"
- echo "hello world" > .test - exit 78
- exit 0
when: when:
path: path:
include: [ '.woodpecker/test.yml', 'build/*' ] include: [ '.woodpecker/test.yml', 'build/*' ]
@@ -13,8 +12,7 @@ pipeline:
image: alpine image: alpine
commands: commands:
- echo "next" - echo "next"
- cat .test
when: when:
path: path:
include: [ '.test'] include: [ '.woodpecker/test.yml', 'build/*' ]
event: [push, tag, deployment] event: [push, tag, deployment]