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:21:23 +01:00
parent 44472eec32
commit 4dcda887a8

View File

@@ -3,7 +3,8 @@ pipeline:
image: alpine image: alpine
commands: commands:
- echo "fail" - echo "fail"
- exit 1 - export TEST=yay
- exit 0
when: when:
path: path:
include: [ '.woodpecker/test.yml', 'build/*' ] include: [ '.woodpecker/test.yml', 'build/*' ]
@@ -12,6 +13,7 @@ pipeline:
image: alpine image: alpine
commands: commands:
- echo "next" - echo "next"
- echo $TEST
when: when:
path: path:
include: [ '.woodpecker/test.yml', 'build/*' ] include: [ '.woodpecker/test.yml', 'build/*' ]