misc: update i18n jenkinsfile

Change-Id: I18f0ef493bdaed7de8c8c8036db25974a5b9e17e
This commit is contained in:
Sébastien Blin 2023-06-19 10:20:40 -04:00
parent 96ffbcb4c7
commit 2087a3faec
1 changed files with 2 additions and 1 deletions

View File

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