Fix CI permissions, again
This commit is contained in:
parent
aa26f3908b
commit
0e96ad62bb
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user