misc: update i18n jenkinsfile
Change-Id: I18f0ef493bdaed7de8c8c8036db25974a5b9e17e
This commit is contained in:
parent
96ffbcb4c7
commit
2087a3faec
|
@ -120,7 +120,8 @@ pipeline {
|
|||
sh """
|
||||
git config user.name ${GIT_USER_NAME}
|
||||
git config user.email ${GIT_USER_EMAIL}
|
||||
scp -p -P 29420 jenkins@review.jami.net:hooks/commit-msg .git/hooks/
|
||||
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/
|
||||
git add locales
|
||||
git commit -m'i18n: automatic bump'
|
||||
git push ${GIT_PUSH_URL} HEAD:refs/for/master
|
||||
|
|
Loading…
Reference in New Issue