mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-19 17:14:47 +00:00
Set 'user.email' git configuration for release builds (#76)
This commit is contained in:
parent
528735ccd6
commit
3b6647dae2
@ -11,6 +11,8 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../"
|
|||||||
# Travis CI runner work on DETACHED HEAD, so we need to checkout the release branch
|
# Travis CI runner work on DETACHED HEAD, so we need to checkout the release branch
|
||||||
git checkout -B "${TRAVIS_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
|
# Run the release plugin - with "[skip ci]" in the release commit message
|
||||||
mvn -B \
|
mvn -B \
|
||||||
${DRY_RUN} \
|
${DRY_RUN} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user