Update '.woodpecker/test.yml'
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2023-03-11 17:23:15 +01:00
parent 4dcda887a8
commit 6a70d4a3d3

View File

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