From 41b75d21d4560a8b777a34143a1eae12a178f11b Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Thu, 3 Oct 2019 01:12:21 +0100 Subject: [PATCH] ci: use commit email --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20709775..e02d7414 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ deploy_job: - git checkout master - git config --global user.name "curben-bot" - - git config --global user.email "curben-bot@users.noreply.gitlab.com" + - git config --global user.email "3048979-curben-bot@users.noreply.gitlab.com" # Commit the changes - sh utils/commit.sh