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

This commit is contained in:
Your Name
2025-05-30 20:36:12 +12:00
parent 437a1c8cc5
commit 4aa8fb3c7c

View File

@@ -15,6 +15,10 @@ function title() {
echo "----------------------------------------"
}
function die() {
title "error: $1"
exit 1
}
function wait_for_container {
container_id="$1"