From 50bb6d08b19bc192405d39f7bb4b4ced3529b001 Mon Sep 17 00:00:00 2001 From: Christopher Moyer Date: Fri, 14 Oct 2022 02:07:10 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b696f43..90ea01f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,8 @@ upload artifacts: - ssh-add <(echo "$GITLAB_RUNNER_KEY") - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' + - git config --global user.email "gitlab@c4181.xyz" + - git config --global user.name "gitlab_runner" - git checkout -B "$CI_BUILD_REF_NAME" - 'mvn -B release:prepare -s ci_settings.xml' - 'mvn -B release:perform -s ci_settings.xml'