:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 27s

This commit is contained in:
Your Name
2025-05-30 20:49:10 +12:00
parent 61b3530aa0
commit 206aa3de68

View File

@@ -40,7 +40,7 @@ function wait_for_container {
fi
sleep 1;
done;
[ "${health_status}" == "healthy" ] || die "Container ${container_name} is not healthy: ${health_status}"
[ "${health_status}" == "healthy" ]
}
#------------------------------------------------------------------------------------------------