From 07e990f0011a0ad974d3e6e788011388f90a34e8 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Thu, 16 May 2019 13:24:50 +0200 Subject: [PATCH] Add comments --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 836830e885..9d8b207079 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,6 +132,7 @@ macos-superbuild-prepare: extends: .common-prepare before_script: # No need to install lfs as this machine is persistent + # No need to do git config # Checkout the expected branch - git checkout -f -q $CI_COMMIT_SHA script: -- GitLab