1
0
Bertrand Gouny 11 жил өмнө
parent
commit
378207027a

+ 1 - 1
test/tools/delete-image.sh

@@ -6,5 +6,5 @@
 res=$(docker.io images | grep -c "$testImage")
 
 if [ $res -ne 0 ]; then
-  #docker.io rmi $testImage
+  docker.io rmi $testImage
 fi