summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-02-06 13:14:23 +0000
committerSimon McVittie <smcv@collabora.com>2023-02-08 10:04:12 +0000
commitfef150bbe422773355d80706695f9713ac82d427 (patch)
tree2e236d903df88c77e0c6dc15e1af9d58e0285765
parent5e49913450da320ac5e3a22e9a708a770596d9db (diff)
downloaddbus-fef150bbe422773355d80706695f9713ac82d427.tar.gz
CI: Re-clone the git repository every time
This cleans up checkouts that were subjected to `chown -R` prior to this. Resolves: dbus/dbus#447 Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit ce6af6721f8e9837dad31adcf324042d3c013947)
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5507a21..0142f2c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,9 @@ variables:
ci_sudo: "yes"
ci_distro: "debian"
ci_suite: "bullseye"
+ # Temporarily needed to clean up after dbus/dbus#447
+ GIT_STRATEGY: clone
+
###
# IMPORTANT
# These are the version tags for the docker images the CI runs against.