From f19a708ce852637354867f5d2309987e7aa60294 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 11 Aug 2022 01:10:26 +0200 Subject: [PATCH] with logs --- scripts/run_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_release.sh b/scripts/run_release.sh index 1642e8c..6f16b49 100755 --- a/scripts/run_release.sh +++ b/scripts/run_release.sh @@ -12,6 +12,6 @@ tag="$REGISTRY/$NAME:$COMMIT_SHA" container_id=$(docker run --rm -d "$tag") -sleep 5s +sleep 5s || docker logs "$container_id" docker stop "$container_id"