github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/minimal/perl6.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: script
     9          spec:
    10            run: PERL6LIB=lib prove --ext .t --ext .t6 -v -r --exec=perl6 t/
    11          type: script
    12      type: ci
    13  version: 1