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

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - delegate:
     5      - my.custom.label
     6      - self.hosted
     7      name: build
     8      spec:
     9        steps:
    10        - name: Step 1
    11          spec:
    12            run: echo "This step will run on a self-hosted runner with the 'my.custom.label'
    13              and 'self.hosted' labels.";
    14          type: script
    15        - name: Step 2
    16          spec:
    17            run: echo "This step will run on Atlassian's infrastructure as usual.";
    18          type: script
    19      type: ci
    20  version: 1