diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh index fea77876b66742495faa099a5b59bf6c55f5b734..1481cecba74d6ed4d3269d3329b6ed84e03eb43a 100755 --- a/scripts/review_apps/review-apps.sh +++ b/scripts/review_apps/review-apps.sh @@ -373,7 +373,7 @@ function display_deployment_debug() { local namespace="${CI_ENVIRONMENT_SLUG}" # Install dig to inspect DNS entries - apt update && apt install dnsutils + apt update && apt install -y dnsutils echoinfo "[debugging data] Check review-app webservice DNS entry:" dig +short $(echo "${CI_ENVIRONMENT_URL}" | sed 's~http[s]*://~~g')