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

     1  {
     2      "pipelines": {
     3          "default": [
     4              {
     5                  "step": {
     6                      "clone": {
     7                          "enabled": false
     8                      },
     9                      "script": [
    10                          "ls -R $BITBUCKET_CLONE_DIR"
    11                      ]
    12                  }
    13              },
    14              {
    15                  "step": {
    16                      "script": [
    17                          "ls -R $BITBUCKET_CLONE_DIR"
    18                      ]
    19                  }
    20              }
    21          ]
    22      }
    23  }