DNS lookup for Redis host

This commit is contained in:
Ishaan Jaff 2025-03-26 09:28:59 -07:00
parent d7884114d0
commit 5f51228b72

View file

@ -249,7 +249,10 @@ jobs:
- setup_google_dns
- run:
name: DNS lookup for Redis host
command: dig redis-19899.c239.us-east-1-2.ec2.redns.redis-cloud.com +short
command: |
sudo apt-get update
sudo apt-get install -y dnsutils
dig redis-19899.c239.us-east-1-2.ec2.redns.redis-cloud.com +short
- run:
name: Show git commit hash
command: |