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

misc: update i18n jenkinsfile

Change-Id: Ibe874ed3c906d785e4f6367c1c25871e8a8f3e4a
parent 2087a3fa
No related branches found
No related tags found
No related merge requests found
......@@ -121,9 +121,10 @@ pipeline {
git config user.name ${GIT_USER_NAME}
git config user.email ${GIT_USER_EMAIL}
git config --local core.hooksPath .git/hooks
gitdir=$(git rev-parse --git-dir); scp -p -P 29420 jenkins@review.jami.net:hooks/commit-msg ${gitdir}/hooks/
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 -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