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

     1  image:
     2    name: my/bash:latest
     3    run-as-user: 1000
     4  
     5  pipelines:
     6    default:
     7      - step:
     8          script:
     9            - echo "Hello, World!"