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"