logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
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:

M.gitlab-ci.yml1+
Achangelog.d/ci-git-fetch.skip0
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