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

     1  {
     2      "pipelines": {
     3          "default": [
     4              {
     5                  "step": {
     6                      "clone": {
     7                          "depth": 2,
     8                          "lfs": true,
     9                          "skip-ssl-verify": true
    10                      },
    11                      "runs-on": [
    12                          "self.hosted",
    13                          "linux"
    14                      ],
    15                      "script": [
    16                          "ls -R $BITBUCKET_CLONE_DIR"
    17                      ]
    18                  }
    19              }
    20          ]
    21      }
    22  }