github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/global/example1.yaml (about)

     1  options:
     2    max-time: 30
     3    docker: true
     4    size: 2x
     5  
     6  pipelines:
     7    default:
     8      - step:
     9          name: Hello world example
    10          script:
    11            - echo "Hello, World!"