Use clone and depth 0 for CI

This commit is contained in:
Aleksandras Kostarevas 2024-03-22 16:13:09 -05:00
parent 94195b31ba
commit 6d214a920d

View File

@ -4,6 +4,8 @@ default:
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
GIT_STRATEGY: clone
GIT_DEPTH: 0
stages: # List of stages for jobs, and their order of execution
- build