commit: b0e3a86316e2c7d9338693fd6020e1313a1ef9b2
parent ccf476a4c83771dc573ba474562b847367308291
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 15 Aug 2024 01:39:03 +0200
CI: GIT_STRATEGY: fetch
Seems to avoid fetching all the branches which was preventing shallow cloning from being actually useful.
Diffstat:
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ variables: &global_variables
DB_HOST: postgres
DB_PORT: "5432"
MIX_ENV: test
+ GIT_STRATEGY: fetch
workflow:
rules:
diff --git a/changelog.d/ci-git-fetch.skip b/changelog.d/ci-git-fetch.skip