summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-05 18:08:56 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-05 18:08:56 +0000
commitd66704a6c6edbfaf3f8652c934c8ad2356c7d07b (patch)
treec0441d46e6ff9936265885bd7a7bbe8929623ab6 /scripts
parent5db6a7a014eb5cac640767687819c2784b24187a (diff)
downloadgitlab-ce-d66704a6c6edbfaf3f8652c934c8ad2356c7d07b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/review_apps/review-apps.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh
index 0217a539764..cc09ad0dc67 100755
--- a/scripts/review_apps/review-apps.sh
+++ b/scripts/review_apps/review-apps.sh
@@ -373,9 +373,7 @@ function display_deployment_debug() {
local namespace="${CI_ENVIRONMENT_SLUG}"
# Install dig to inspect DNS entries
- #
- # Silent install: see https://stackoverflow.com/a/52642167/1620195
- apt-get -qq update && apt-get -qq install -y dnsutils < /dev/null > /dev/null
+ apk add -q bind-tools
echoinfo "[debugging data] Check review-app webservice DNS entry:"
dig +short $(echo "${CI_ENVIRONMENT_URL}" | sed 's~http[s]*://~~g')