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

     1  kind: pipeline
     2  spec:
     3    options:
     4      clone: {}
     5    stages:
     6    - name: build
     7      spec:
     8        clone: {}
     9        steps:
    10        - name: run
    11          spec:
    12            run: echo "No code cloned!"
    13          type: script
    14        - name: run1
    15          spec:
    16            run: echo "Repo cloned in this step!"
    17          type: script
    18      type: ci
    19  version: 1