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

This commit is contained in:
Your Name
2025-05-30 20:33:56 +12:00
parent 77a800293f
commit 8df88699e8

View File

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