Skip to content

Commit bed387e

Browse files
committed
Small fix for CI cleanup
1 parent 6ac9a82 commit bed387e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,8 @@ pipeline {
198198
}
199199
post {
200200
always {
201-
sh 'docker-compose down --remove-orphans --volumes -t 30'
202201
sh 'echo Reverting ownership'
203-
sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data'
202+
sh 'docker run --rm -v "$(pwd):/data" jc21/ci-tools chown -R "$(id -u):$(id -g)" /data'
204203
}
205204
success {
206205
juxtapose event: 'success'

0 commit comments

Comments
 (0)