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

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