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

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: build
     5      spec:
     6        cache:
     7          enabled: true
     8          paths:
     9          - vendor/bundle
    10        steps:
    11        - name: run
    12          spec:
    13            run: bundle install --path vendor/bundle
    14          type: script
    15        - name: run1
    16          spec:
    17            run: ruby -e 'print "Hello, World\n"'
    18          type: script
    19      type: ci
    20  version: 1