diff --git a/Jenkinsfile b/Jenkinsfile index 9b06b99..eeae4f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" - ' {} \; + ' {} \\; ''' } }