github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/clone/example10.yaml.golden (about) 1 { 2 "pipelines": { 3 "default": [ 4 { 5 "step": { 6 "runs-on": [ 7 "self.hosted" 8 ], 9 "clone": { 10 "skip-ssl-verify": true 11 }, 12 "script": [ 13 "echo \"Use git with a self-signed certificate\"" 14 ] 15 } 16 } 17 ] 18 } 19 }