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

     1  {
     2      "options": {
     3          "max-time": 60
     4      },
     5      "pipelines": {
     6          "default": [
     7              {
     8                  "step": {
     9                      "name": "Sleeping step",
    10                      "script": [
    11                          "sleep 120m"
    12                      ]
    13                  }
    14              },
    15              {
    16                  "step": {
    17                      "name": "quick step",
    18                      "max-time": 5,
    19                      "script": [
    20                          "sleep 120m"
    21                      ]
    22                  }
    23              }
    24          ]
    25      }
    26  }