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

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - delegate:
     5      - linux
     6      - self.hosted
     7      name: build
     8      spec:
     9        clone:
    10          depth: 2
    11          insecure: true
    12        steps:
    13        - name: run
    14          spec:
    15            run: ls -R $BITBUCKET_CLONE_DIR
    16          type: script
    17      type: ci
    18  version: 1