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

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - delegate:
     5      - self.hosted
     6      name: build
     7      spec:
     8        clone:
     9          insecure: true
    10        steps:
    11        - name: run
    12          spec:
    13            run: echo "Use git with a self-signed certificate"
    14          type: script
    15      type: ci
    16  version: 1