github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/clone/example1.yaml (about) 1 clone: 2 enabled: false 3 4 pipelines: 5 default: 6 - step: 7 script: 8 - echo "No code cloned!" 9 - step: 10 clone: 11 enabled: true 12 script: 13 - echo "Repo cloned in this step!"