txlyre 1 vuosi sitten
vanhempi
commit
ee22915d1e
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      buildall.sh

+ 5 - 0
buildall.sh

@@ -18,6 +18,11 @@ cd langs
 for dir in */
 do
     dir="${dir%*/}"
+
+    if podman image exists "$dir-runner"; then
+      continue
+    fi
+
     template="$(cat $dir/Dockerfile)"
 
     echo "$START