mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +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
0f705fdb43
commit
997fcc9aa4
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…
Reference in a new issue