Update '.woodpecker/test.yml'
This commit is contained in:
@@ -3,8 +3,7 @@ pipeline:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "fail"
|
||||
- echo "hello world" > .test
|
||||
- exit 0
|
||||
- exit 78
|
||||
when:
|
||||
path:
|
||||
include: [ '.woodpecker/test.yml', 'build/*' ]
|
||||
@@ -13,8 +12,7 @@ pipeline:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "next"
|
||||
- cat .test
|
||||
when:
|
||||
path:
|
||||
include: [ '.test']
|
||||
include: [ '.woodpecker/test.yml', 'build/*' ]
|
||||
event: [push, tag, deployment]
|
||||
Reference in New Issue
Block a user