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

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - desc: converted from travis.yml
     5      name: pipeline
     6      spec:
     7        cache:
     8          enabled: true
     9          paths:
    10          - ~/.cache/pip
    11        steps:
    12        - name: install
    13          spec:
    14            run: pip install -r requirements.txt
    15          type: script
    16      type: ci
    17  version: 1