X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fprepull-images;h=119d76d7988c54d2d0ade2d0d8965f0ce82de878;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=0cd1cf9c80b17a3af0df2ba83191425a23b652da;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;p=it%2Fdep.git diff --git a/bin/prepull-images b/bin/prepull-images index 0cd1cf9c..119d76d7 100755 --- a/bin/prepull-images +++ b/bin/prepull-images @@ -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"