Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

tachiba/git-lfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker wrapped Git LFS

https://git-lfs.github.com/

Example usage

If you run some which includes git-lfs tracked files on Cloud Build, you can checkout those files like this.

steps:
- name: tachiba/git-lfs
  args:
    - lfs
    - install
- name: tachiba/git-lfs
  entrypoint: ash
  args:
    - -c
    - |
      git clone -b $BRANCH_NAME --single-branch --depth=1 [GIT_REMOTE_URL]