Skip to content

Commit 5e8c54d

Browse files
committed
Remove redundant comment from GitHub workflow docker health check script
1 parent 3d54928 commit 5e8c54d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
TOTAL_DURATION=30
7474
7575
while [ $SECONDS_ELAPSED -lt $TOTAL_DURATION ]; do
76-
# Get health status
7776
HEALTH_STATUS=$(docker inspect --format='{{.State.Health.Status}}' fredy 2>/dev/null || echo "not_found")
7877
CONTAINER_STATUS=$(docker inspect --format='{{.State.Status}}' fredy 2>/dev/null || echo "not_found")
7978

0 commit comments

Comments
 (0)