aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/src/main/scripts/add-images-from-oom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'version-manifest/src/main/scripts/add-images-from-oom.sh')
-rwxr-xr-xversion-manifest/src/main/scripts/add-images-from-oom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/version-manifest/src/main/scripts/add-images-from-oom.sh b/version-manifest/src/main/scripts/add-images-from-oom.sh
index f7207701f..6d8c40a92 100755
--- a/version-manifest/src/main/scripts/add-images-from-oom.sh
+++ b/version-manifest/src/main/scripts/add-images-from-oom.sh
@@ -21,7 +21,7 @@ mkdir -p $TARGET_DIR
cd $TARGET_DIR
cd $OOM_DIR
-rgrep "image: .*" --include=values.yaml -h | cut -d ' ' -f 2 | tr -d '"'| grep -v '<' | grep -e "^onap" -e "^openecomp" | LC_ALL=C sort -u > $TARGET_DIR/oom-manifest.txt
+rgrep -i "image: .*" --include=values.yaml -h | awk '{ $1=$1; print }' | cut -d ' ' -f 2 | tr -d '"'| grep -v '<' | grep -e "^onap" -e "^openecomp" | LC_ALL=C sort -u > $TARGET_DIR/oom-manifest.txt
touch $TARGET_DIR/docker-manifest-new-entries.txt
for line in $(cat $TARGET_DIR/oom-manifest.txt); do