Merge "Add a prefix variable to defaults as blank"
[releng/builder.git] / jjb / opendaylight-infra-update-image-list.sh
index 7e74906f32767ae154344b90b232662194238805..20ceb396e55727f1e7ed0ccf1d6bffaae677659d 100644 (file)
@@ -24,6 +24,8 @@ EOF
 # Blank line before EOF is on purpose to ensure there is spacing.
 
 IFS=$'\n'
+# We purposely want globbing here to build images list
+# shellcheck disable=SC2207
 IMAGES=($(openstack image list --long -f value -c Name -c Protected \
     | grep 'ZZCI.*True' | sed 's/ True//'))
 for i in "${IMAGES[@]}"; do