github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/clone/example2.yaml.golden (about) 1 { 2 "clone": { 3 "depth": 2, 4 "lfs": true 5 }, 6 "pipelines": { 7 "default": [ 8 { 9 "step": { 10 "script": [ 11 "ls -R $BITBUCKET_CLONE_DIR" 12 ] 13 } 14 } 15 ] 16 } 17 }