SQSCANGHA-31 Stop making SONAR_HOST_URL mandatory

This commit is contained in:
Julien HENRY
2024-05-23 08:40:45 +02:00
parent 8c56bc3994
commit 44de84c3e8
2 changed files with 0 additions and 22 deletions

View File

@@ -8,11 +8,6 @@ if [[ -z "${SONAR_TOKEN}" ]]; then
echo "============================ WARNING ============================"
fi
if [[ -z "${SONAR_HOST_URL}" ]]; then
echo "This GitHub Action requires the SONAR_HOST_URL env variable."
exit 1
fi
if [[ -n "${SONAR_ROOT_CERT}" ]]; then
echo "Adding custom root certificate to java certificate store"
rm -f /tmp/tmpcert.pem