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

     1  pipelines:
     2    default:
     3      - step:
     4          name: Clone with lfs on
     5          clone:
     6            lfs: true
     7          script:
     8            - ls -lh large-file.zip # 26M large-file.zip
     9      - step:
    10          name: Clone with lfs off
    11          clone:
    12            lfs: false
    13          script:
    14            - apt-get update && apt-get install -y git-lfs
    15            # Download only desired files
    16            - git lfs pull --include=large-file.zip
    17            - ls -lh large-file.zip # 26M large-file.zip