github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/addons/homebrew.4.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: |- 11 brew tap homebrew/cask-versions 12 brew cask install java8 13 type: script 14 - name: install 15 spec: 16 run: bundle install --jobs=3 --retry=3 17 type: script 18 - name: script 19 spec: 20 run: rake 21 type: script 22 type: ci 23 version: 1