mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-17 17:56:27 +00:00
Fix CI permissions, again
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -354,7 +354,7 @@ pipeline {
|
||||
always {
|
||||
// Revert ownership
|
||||
sh 'echo Reverting ownership'
|
||||
sh 'docker run --rm -v ${CWD}:/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
|
||||
sh 'docker run --rm -v $(pwd):/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user