From 3b6647dae25ac16fb8a791e3b9f3634158fd9235 Mon Sep 17 00:00:00 2001 From: CezarLeahu <35226487+CezarLeahu@users.noreply.github.com> Date: Thu, 11 Jul 2019 19:10:05 +0300 Subject: [PATCH] Set 'user.email' git configuration for release builds (#76) --- _ci/release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_ci/release.sh b/_ci/release.sh index 1eda8eef..11344097 100644 --- a/_ci/release.sh +++ b/_ci/release.sh @@ -11,6 +11,8 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../" # Travis CI runner work on DETACHED HEAD, so we need to checkout the release branch git checkout -B "${TRAVIS_BRANCH}" +git config user.email "build@alfresco.com" + # Run the release plugin - with "[skip ci]" in the release commit message mvn -B \ ${DRY_RUN} \