Fix Jenkinsfile
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
This commit is contained in:
parent
fa05de8c37
commit
18570e514c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -20,12 +20,12 @@ pipeline {
|
||||
|
||||
stage('Compile Translations') {
|
||||
steps {
|
||||
sh '''
|
||||
sh '''#!/bin/sh
|
||||
find kapitanbooru_uploader/locales -name "*.po" -exec sh -c '
|
||||
po="$0"
|
||||
mo="${po%.po}.mo"
|
||||
msgfmt "$po" -o "$mo"
|
||||
' {} \;
|
||||
' {} \\;
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user