Skip to content
Snippets Groups Projects
Commit 3e7e214c authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: fix typo in jenkinsfile

Change-Id: Ic6f67912a67057bbd3612fa1e232ab847647687f
parent 680afb34
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ pipeline {
curl -Lo .git/hooks/commit-msg https://review.jami.net/tools/hooks/commit-msg
chmod +x .git/hooks/commit-msg
git add locales
git commit --author "${GIT_USER_NAME} ${GIT_USER_EMAIL}" -m'i18n: automatic bump'
git commit --author "${GIT_USER_NAME} <${GIT_USER_EMAIL}>" -m'i18n: automatic bump'
git push ${GIT_PUSH_URL} HEAD:refs/for/master
"""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment