Resolve ShellCheck 0.4.7 issues
[releng/builder.git] / jjb / autorelease / notify-build-failure.sh
index 090e808039b1213b3c39127328813fc179737234..5128c97bbe3a68138838833f8432367a6ffe2203 100644 (file)
@@ -69,6 +69,7 @@ if [ ! -z "$ARTIFACT_ID" ]; then
               --else -o ""\
               "$p" 2>/dev/null)
         if [ ! -z "${GROUP}" ]; then
+            # shellcheck disable=SC2207
             grouplist+=($(echo "${GROUP}" | awk -F'.' '{ print $3 }'))
         fi
     done < <(find . -name "pom.xml")