Set 'user.email' git configuration for release builds (#76)

This commit is contained in:
CezarLeahu 2019-07-11 19:10:05 +03:00 committed by GitHub
parent 528735ccd6
commit 3b6647dae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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} \