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'