From 68665ea0289367cc40dc2f8fbe8bd4af325f2bd9 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Mar 2025 09:25:08 -0700 Subject: [PATCH] DNS lookup for Redis host --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67af43f8f8..b2c83e3845 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ orbs: node: circleci/node@5.1.0 # Add this line to declare the node orb commands: - setup_google_dns: + c: steps: - run: name: "Configure Google DNS" @@ -247,6 +247,9 @@ jobs: steps: - checkout - 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 - run: name: Show git commit hash command: |