]> 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>
Wed, 8 Feb 2023 10:04:12 +0000 (10:04 +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>
(cherry picked from commit ce6af6721f8e9837dad31adcf324042d3c013947)

.gitlab-ci.yml

index f5507a212de27ba582c1781f46783344052bccfa..0142f2c8f81df06e2f931026f2638d84a1e55527 100644 (file)
@@ -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.