From 0814b18ce9e99b21a9c03b7e7076a4ce19a38529 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Fri, 15 Dec 2023 14:32:58 +0100 Subject: [PATCH] CI: convert GEant4 clone to shallow clone --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6730778d8..ab43b8431 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,7 @@ variables: CMAKE_ARGS: ${CMAKE_BASE_ARGS} script: - pwd; ls - - git clone https://gitlab.cern.ch/geant4/geant4.git + - git clone --depth=1 https://gitlab.cern.ch/geant4/geant4.git - cd geant4 - git checkout tags/v11.0.2 - cd ../ -- GitLab