We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac9a82 commit bed387eCopy full SHA for bed387e
Jenkinsfile
@@ -198,9 +198,8 @@ pipeline {
198
}
199
post {
200
always {
201
- sh 'docker-compose down --remove-orphans --volumes -t 30'
202
sh 'echo Reverting ownership'
203
- sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data'
+ sh 'docker run --rm -v "$(pwd):/data" jc21/ci-tools chown -R "$(id -u):$(id -g)" /data'
204
205
success {
206
juxtapose event: 'success'
0 commit comments