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>
This commit is contained in:
Simon McVittie 2023-02-06 13:14:23 +00:00
parent 88dd9d5cc7
commit ce6af6721f
1 changed files with 3 additions and 0 deletions

View 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.