We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364afe2 commit d37669dCopy full SHA for d37669d
.github/workflows/tests.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Resolve Redis Primary Hostname (redis sentinel 5 does not support resolve hostname)
79
id: resolve_primary
80
run: |
81
- IP=$(getent ahost "$REDIS_SENTINEL_HOST" | awk '{ print $1 }' | head -n 1)
+ IP=$(getent ahosts "$REDIS_SENTINEL_HOST" | awk '{ print $1 }' | head -n 1)
82
if [ -z "$IP" ]; then
83
echo "Error: Could not resolve hostname '$REDIS_SENTINEL_HOST'"
84
exit 1
0 commit comments