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

This commit is contained in:
Your Name
2025-05-30 20:35:19 +12:00
parent 8df88699e8
commit 437a1c8cc5

View File

@@ -31,11 +31,12 @@ function wait_for_container {
fi fi
else else
echo "${container_name}: container_state=${container_state}" echo "${container_name}: container_state=${container_state}"
health_status="${container_state}"
waiting_done="true" waiting_done="true"
fi fi
sleep 1; sleep 1;
done; done;
[ "${health_status}" == "healthy" ] || die "Container ${container_name} is not healthy" [ "${health_status}" == "healthy" ] || die "Container ${container_name} is not healthy: ${health_status}"
} }
#------------------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------------------