Merge pull request #1932 from minuchi/fix/typo-in-gh-actions

fix: remove extraneous 'r' causing script error in github actions
This commit is contained in:
Akhil Mohan
2024-06-12 16:04:45 +05:30
committed by GitHub

View File

@@ -47,7 +47,7 @@ jobs:
- name: Wait for container to be stable and check logs
run: |
SECONDS=0
r HEALTHY=0
HEALTHY=0
while [ $SECONDS -lt 60 ]; do
if docker ps | grep infisical-api | grep -q healthy; then
echo "Container is healthy."