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

     1  {
     2      "image": "my-account/bash:latest",
     3      "pipelines": {
     4          "default": [
     5              {
     6                  "step": {
     7                      "script": [
     8                          "echo \"Hello, World!\""
     9                      ]
    10                  }
    11              }
    12          ]
    13      }
    14  }