github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/stages/example3.yaml (about) 1 pipelines: 2 default: 3 - step: 4 name: step1 5 script: 6 - echo "failing paths" 7 - exit 1 8 condition: 9 changesets: 10 includePaths: 11 # only xml files directly under path1 directory 12 - "path1/*.xml" 13 # any changes in deeply nested directories under path2 14 - "path2/**"