github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/addons/homebrew.1.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - desc: converted from travis.yml
     5      name: pipeline
     6      spec:
     7        steps:
     8        - name: homebrew
     9          spec:
    10            run: brew install beanstalk
    11          type: script
    12        - name: install
    13          spec:
    14            run: bundle install --jobs=3 --retry=3
    15          type: script
    16        - name: script
    17          spec:
    18            run: rake
    19          type: script
    20      type: ci
    21  version: 1