Bertrand Gouny 11 rokov pred
rodič
commit
378207027a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      test/tools/delete-image.sh

+ 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