github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/steps/example20.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          - node
    11          - node_modules
    12        steps:
    13        - name: run
    14          spec:
    15            run: bundle install --path vendor/bundle
    16          type: script
    17        - name: run1
    18          spec:
    19            run: ruby -e 'print "Hello, World\n"'
    20          type: script
    21      type: ci
    22  version: 1