Fix permissions
This commit is contained in:
parent
8b7c390fda
commit
78b920a6c6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user