github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/clone/example7.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - name: build 5 spec: 6 clone: {} 7 steps: 8 - name: run 9 spec: 10 run: ls -R $BITBUCKET_CLONE_DIR 11 type: script 12 - name: run1 13 spec: 14 run: ls -R $BITBUCKET_CLONE_DIR 15 type: script 16 type: ci 17 version: 1