Fix CI permissions, again

This commit is contained in:
Jamie Curnow 2019-10-10 09:41:50 +10:00
parent aa26f3908b
commit 0e96ad62bb

2
Jenkinsfile vendored
View File

@ -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'
}
}
}