aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/ci-common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh
index d6f68fb0e9..b85261d7fc 100644
--- a/dev/ci/ci-common.sh
+++ b/dev/ci/ci-common.sh
@@ -93,7 +93,8 @@ git_download()
git checkout "$ref"
git log -n 1
if [[ $ov_url ]]; then
- git -c pull.rebase=false pull --no-ff "$ov_url" "$ov_ref"
+ git -c pull.rebase=false -c user.email=nobody@example.invalid -c user.name=Nobody \
+ pull --no-ff "$ov_url" "$ov_ref"
git log -n 1 HEAD^2
git log -n 1
fi