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

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