mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
b32bfd06f0
commit
6eb4a11ad7
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue