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

     1  options:
     2    docker: true
     3  
     4  pipelines:
     5    default:
     6      - step:
     7          name: Hello world example
     8          script:
     9            - docker version
    10            - docker run hello-world