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

     1  {
     2      "options": {
     3          "max-time": 30,
     4          "docker": true,
     5          "size": "2x"
     6      },
     7      "pipelines": {
     8          "default": [
     9              {
    10                  "step": {
    11                      "name": "Hello world example",
    12                      "script": [
    13                          "echo \"Hello, World!\""
    14                      ]
    15                  }
    16              }
    17          ]
    18      }
    19  }