mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-14 17:48:14 -04:00
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 {
|
always {
|
||||||
// Revert ownership
|
// Revert ownership
|
||||||
sh 'echo Reverting 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