Skip to content
代码片段 群组 项目
提交 6869a73e 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

Merge branch 'ddieulivol-fix_typo_for_dig' into 'master'

Disable interactive mode when installing dig

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/106791



Merged-by: default avatarRémy Coutable <remy@rymai.me>
Approved-by: default avatarRémy Coutable <remy@rymai.me>
Reviewed-by: default avatarDavid Dieulivol <ddieulivol@gitlab.com>
Co-authored-by: default avatarddieulivol <ddieulivol@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -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')
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册