mirror of
https://github.com/znc/znc.git
synced 2026-05-07 13:54:47 +02:00
committed by
Alexey Sokolov
parent
27f4dce638
commit
d07674b089
@@ -54,7 +54,7 @@ timestamps {
|
||||
sh 'git config user.email jenkins@znc.in'
|
||||
sh 'git status'
|
||||
def gitStatusShort = sh 'git status --short'
|
||||
def modifiedLocales = sh 'git status --short | grep -o -E "[^ ]+\.po$" | sed "s/.po//g" | grep -o -E "[a-z]{2}_[A-Z]{2}$" | sort -u | tr "\n" " " | sed -E "s/ $//"'
|
||||
def modifiedLocales = sh 'git status --short | grep -o -E "[^ ]+\\.po$" | sed "s/.po//g" | grep -o -E "[a-z]{2}_[A-Z]{2}$" | sort -u | tr "\\n" " " | sed -E "s/ $//"'
|
||||
sh 'git add .'
|
||||
try {
|
||||
sh 'git commit -m "Update translations from Crowdin"'
|
||||
|
||||
Reference in New Issue
Block a user