fix: remove extraneous 'r' causing script error in github actions

This commit is contained in:
minuchi
2024-06-09 02:21:57 +09:00
parent faa1572faf
commit 4c0e04528e

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."