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-06 13:14:23 +0000
commitce6af6721f8e9837dad31adcf324042d3c013947 (patch)
tree5365a2cf7b5b362c15c50d6fe2b0b074c6aab91c
parent88dd9d5cc79e4ac37de6b7bf2c9ef8f61f657362 (diff)
downloaddbus-ce6af6721f8e9837dad31adcf324042d3c013947.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>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10e77758..5982829d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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.