Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to run git clone command in a pipeline step LFS enabled

oguzhan March 17, 2021

Hi, 

I've a pipeline that is cloning another repository. Pipeline below is running on yyy repository, and it's supposed to clone xxx repository and do some work on it, then upload the results to AWS S3, I have lots of object to be worked on, so git clone step should be LFS enabled. git lfs client is configured on my base image. LFS is also enabled on my xxx repository. My deployment consumes so much time to clone repo with LFS enabled.

 

- step:
   name: "Pipeline"
   services:
       - docker
    caches:
       - docker
    script:
    - ...
    - ...
    - ...
    - ...
    - git clone git@bitbucket.org:xxx.git

 

I've tried 

clone:
    lfs: true option to reduce the consumed time but it seems it doesn't work with the setup above. 

How can I reduce time consumption for this setup? Is there any workaround here?

Thank you.

 

1 answer

0 votes
Justin Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 21, 2021

I have lots of object to be worked on, so git clone step should be LFS enabled.

@oguzhan Can you explain a bit more about what do mean by objects? Is it the large files tracked by git lfs?

Have you tried using git lfs clone command to speed up the clone?

Justin Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 21, 2021

It looks like the git lfs clone  has been deprecated and git clone has similar performance. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events