diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-08-15 01:39:03 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-08-15 01:49:31 +0200 |
commit | b0e3a86316e2c7d9338693fd6020e1313a1ef9b2 (patch) | |
tree | 7cee7b420aa6fcc3db06c4c830343858b708c134 | |
parent | ccf476a4c83771dc573ba474562b847367308291 (diff) | |
download | pleroma-b0e3a86316e2c7d9338693fd6020e1313a1ef9b2.tar.gz pleroma-b0e3a86316e2c7d9338693fd6020e1313a1ef9b2.zip |
CI: GIT_STRATEGY: fetch
Seems to avoid fetching all the branches which was preventing shallow cloning from being actually useful.
-rw-r--r-- | .gitlab-ci.yml | 1 | ||||
-rw-r--r-- | changelog.d/ci-git-fetch.skip | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaa9d3b25..76d1a4210 100644 --- 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 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/changelog.d/ci-git-fetch.skip |