Skip to content

Commit d52c0fe

Browse files
committed
remove delete dangling command
1 parent eec092d commit d52c0fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pipeline {
2222
steps {
2323
sh 'docker rm $(docker stop $(docker ps -a -q --filter="name=text-compare"))'
2424
sh 'docker run --name text-compare -p 12010:80 -d jojozhuang/text-compare'
25-
sh 'docker rmi $(docker images -f dangling=true -q)'
2625
}
2726
}
2827
}

0 commit comments

Comments
 (0)