Moving dev back to LF Gerrit
[it/dep.git] / bin / prepull-images
index 0cd1cf9..119d76d 100755 (executable)
@@ -59,6 +59,11 @@ mkdir -p $IMAGE_DIRECTORY_PATH
 
 while IFS= read -r image
 do
+    if [[ $image == "#"* ]]; then
+        # supporting comment lines
+        continue
+    fi
+
     IMAGENAME=$(echo $image | awk '{ n=split($0, a, "/"); print a[n] }')
 
     echo "Pulling image $image"