mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
DNS lookup for Redis host
This commit is contained in:
parent
d7884114d0
commit
5f51228b72
1 changed files with 4 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue