txlyre 1 년 전
부모
커밋
ee22915d1e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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