Update '.woodpecker/test.yml'
This commit is contained in:
@@ -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]
|
||||||
Reference in New Issue
Block a user