Skip to content
Snippets Groups Projects
Commit 6eb4a11a authored by Eidolon's avatar Eidolon
Browse files

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.
parent b32bfd06
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment