This commit is contained in:
Ishaan Jaff 2025-03-25 22:29:40 -07:00
parent 9aec7c3878
commit 24a329ea5b

View file

@ -577,6 +577,10 @@ jobs:
steps:
- checkout
- run:
name: Set DNS
command: |
ssh remote-docker echo "nameserver x.x.x.x" | ssh remote-docker sudo tee
- run:
name: Install Dependencies
command: |