]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Re-clone the git repository every time
authorSimon McVittie <smcv@collabora.com>
Mon, 6 Feb 2023 13:14:23 +0000 (13:14 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 6 Feb 2023 13:14:23 +0000 (13:14 +0000)
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>
.gitlab-ci.yml

index 10e7775891c4492d2dc9fefa6662b6a552b28f3f..5982829dba525ee3d5b9ee85aaa77c30f1e907e3 100644 (file)
@@ -40,6 +40,9 @@ variables:
   ci_local_packages: "yes"
   ci_parallel: "2"
   ci_sudo: "yes"
+  # 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.