github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/steps/example14.yaml.golden (about) 1 { 2 "pipelines": { 3 "default": [ 4 { 5 "step": { 6 "name": "step1", 7 "script": [ 8 "echo \"failing paths\"", 9 "exit 1" 10 ], 11 "condition": { 12 "changesets": { 13 "includePaths": [ 14 "path1/*.xml", 15 "path2/**" 16 ] 17 } 18 } 19 } 20 } 21 ] 22 } 23 }