From 75c86b6c890395c26305cf0a5a6d15393260f26e Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Wed, 15 May 2019 17:20:12 +0200 Subject: [PATCH] Put back git config --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5a39dad19..3da9e139be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ stages: only: [merge_requests] stage: build before_script: - - git lfs install + - git lfs install --skip-repo # Provision efficiently the local LFS cache before checkout - git lfs fetch origin $CI_COMMIT_SHA # Checkout the expected branch @@ -80,7 +80,9 @@ ubuntu-llvm: stage: prepare before_script: - git checkout -f -q $CI_COMMIT_SHA - - git lfs install + - git lfs install --skip-repo + - git config --global user.email "otbbot@orfeo-toolbox.org" + - git config --global user.name "otbbot" artifacts: expire_in: 24 hrs when: always -- GitLab