github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/clone/depth.2.yaml.golden (about)

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