From f53d6264609147714aaa9a4f6ae4714823a0c0ca Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Mon, 15 Apr 2019 14:38:17 +0200
Subject: [PATCH] CI: LFS data not needed for precheck

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9c67979c4..4fc20dfd78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ fast-build:
   stage: precheck
   image: $CI_REGISTRY/gpasero/otb/otb-install-ubuntu-native
   before_script:
+    - export GIT_LFS_SKIP_SMUDGE=1
     - git checkout $CI_COMMIT_REF_NAME
     - python3 CI/check_twin_pipelines.py
   script:
-- 
GitLab