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

     1  {
     2      "image": {
     3          "name": "my/bash:latest",
     4          "username": "$CONTAINER_REGISTRY_USERNAME",
     5          "password": "$CONTAINER_REGISTRY_PASSWORD",
     6          "email": "$CONTAINER_REGISTRY_EMAIL"
     7      },
     8      "pipelines": {
     9          "default": [
    10              {
    11                  "step": {
    12                      "script": [
    13                          "echo \"Hello, World!\""
    14                      ]
    15                  }
    16              }
    17          ]
    18      }
    19  }