Update testing/test-docker.sh
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 50s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m7s
Build-Test-Publish / create-manifest (push) Successful in 13s

This commit is contained in:
Your Name
2025-08-10 22:37:15 +12:00
parent 623879f67a
commit e64fbee94f

View File

@@ -73,7 +73,7 @@ function wait_for_container {
title "Building" title "Building"
${SCRIPT_DIR}/../build.sh "${SCRIPT_DIR}/../build.sh" || die "Build failed"
#------------------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------------------
@@ -145,4 +145,3 @@ cd "${PREV_DIR}"
# Cleanup will be handled by the trap # Cleanup will be handled by the trap
exit $RESULT exit $RESULT