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

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: build
     5      spec:
     6        runtime:
     7          spec:
     8            size: large
     9          type: cloud
    10        steps:
    11        - name: dind
    12          spec:
    13            image: docker:dind
    14            network: host
    15            ports:
    16            - "2375"
    17            - "2376"
    18            privileged: true
    19          type: background
    20        - name: Hello world example
    21          spec:
    22            run: echo "Hello, World!"
    23          timeout: 30m0s
    24          type: script
    25      type: ci
    26  version: 1