From ffaee55b369ec9075ececda2a06bf943b84a2a38 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Thu, 4 Jun 2020 20:26:31 +0200 Subject: [PATCH] CI: set git email such that the gitlab avatar is detected correctly --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77e3f94f14..7087540515 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ checkupdates: | tar -xz --directory=fdroidserver --strip-components=1 - export PATH="$PWD/fdroidserver:$PATH" - touch config.py - - git config --global user.email "team@f-droid.org" + - git config --global user.email "fdroidci@bubu1.eu" - git config --global user.name "F-Droid checkupdates bot" - url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"` - git remote set-url origin "https://gitlab-ci-token:${CI_GIT_PUSH_TOKEN}@${url_host}"