github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/clone/example8.yaml.golden (about) 1 { 2 "clone": { 3 "lfs": true 4 }, 5 "pipelines": { 6 "default": [ 7 { 8 "step": { 9 "name": "Clone and download", 10 "script": [ 11 "echo \"Clone and download my LFS files!\"" 12 ] 13 } 14 } 15 ] 16 } 17 }