Skip to content
Snippets Groups Projects
Commit 6626cf19 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Handle manually the checkout step

Currently, `git lfs checkout` is much more efficient to download LFS data
than `git checkout` (50s / 4min).
parent b17e6b8f
Branches
Tags
No related merge requests found
variables:
DOCKER_DRIVER: overlay2
GIT_DEPTH: "3"
GIT_CHECKOUT: "false"
# Git checkout is disabled to let us handle efficiently the Git-LFS
before_script:
- git lfs fetch origin $CI_COMMIT_REF_NAME
- git checkout $CI_COMMIT_REF_NAME
stages:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment