Update '.woodpecker/test.yml'
This commit is contained in:
@@ -3,7 +3,8 @@ pipeline:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "fail"
|
||||
- exit 1
|
||||
- export TEST=yay
|
||||
- exit 0
|
||||
when:
|
||||
path:
|
||||
include: [ '.woodpecker/test.yml', 'build/*' ]
|
||||
@@ -12,6 +13,7 @@ pipeline:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "next"
|
||||
- echo $TEST
|
||||
when:
|
||||
path:
|
||||
include: [ '.woodpecker/test.yml', 'build/*' ]
|
||||
|
||||
Reference in New Issue
Block a user