Skip to content

Commit d2688cf

Browse files
committed
CI - don't remove all other images, causing errors in new docker-compose
1 parent 7372319 commit d2688cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ pipeline {
221221
}
222222
post {
223223
always {
224-
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
224+
sh 'docker-compose down --remove-orphans --volumes -t 30'
225225
sh 'echo Reverting ownership'
226226
sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data'
227227
}

0 commit comments

Comments
 (0)