Use default GIT_STRATEGY in CI

The "clone" strategy clones the entire repository, which takes
a significant amount of time. It's not needed, because the default
"fetch" strategy will reuse the executor's local clone and clean it
before the job scripts run.
This commit is contained in:
Eidolon 2024-05-16 15:42:04 -05:00
parent b32bfd06f0
commit 6eb4a11ad7

View file

@ -3,7 +3,6 @@ include:
- '.gitlab/ci/jobs/*.yml'
variables:
GIT_STRATEGY: clone
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
stages: