mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
DNS lookup for Redis host
This commit is contained in:
parent
a97d0563b4
commit
68665ea028
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@ orbs:
|
||||||
node: circleci/node@5.1.0 # Add this line to declare the node orb
|
node: circleci/node@5.1.0 # Add this line to declare the node orb
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
setup_google_dns:
|
c:
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: "Configure Google DNS"
|
name: "Configure Google DNS"
|
||||||
|
@ -247,6 +247,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_google_dns
|
- 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:
|
- run:
|
||||||
name: Show git commit hash
|
name: Show git commit hash
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue