Fix permissions

This commit is contained in:
Tobias Manske 2021-03-21 20:11:24 +01:00
parent 8b7c390fda
commit 78b920a6c6
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
stage('Build HTML') {
steps {
sh 'docker pull klakegg/hugo:alpine'
sh 'docker run -v "$PWD:/src" klakegg/hugo:alpine'
sh 'docker run -u 108:116 -v "$PWD:/src" klakegg/hugo:alpine'
}
}