github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/clone/example8.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    options:
     4      clone: {}
     5    stages:
     6    - name: build
     7      spec:
     8        steps:
     9        - name: Clone and download
    10          spec:
    11            run: echo "Clone and download my LFS files!"
    12          type: script
    13      type: ci
    14  version: 1