SC-32488 Add sq analysis (#67)

* SC-32488 Add sq analysis

* SC-32488 Fix analysis issues
This commit is contained in:
Stanislav
2025-10-16 16:02:11 +02:00
committed by GitHub
parent 174f8360a0
commit 95b1cc6c02
8 changed files with 137 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ else
ceTaskUrl="$(sed -n 's/ceTaskUrl=\(.*\)/\1/p' "${metadataFile}")"
fi
if [ -z "${serverUrl}" ] || [ -z "${ceTaskUrl}" ]; then
if [[ -z "${serverUrl}" || -z "${ceTaskUrl}" ]]; then
echo "Invalid report metadata file."
exit 1
fi