From 27df032319b47ea62159246b0d29b19e02ee9c99 Mon Sep 17 00:00:00 2001 From: Vlad Barvinko Date: Wed, 6 Nov 2019 10:30:34 +0000 Subject: [PATCH] truncate long build messages --- ci/deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy.ps1 b/ci/deploy.ps1 index da9bcb4f..0c7520b9 100644 --- a/ci/deploy.ps1 +++ b/ci/deploy.ps1 @@ -104,7 +104,7 @@ pushd "spatial" fields = @( @{ title = "Build Message" - value = "$env:BUILDKITE_MESSAGE" + value = "$env:BUILDKITE_MESSAGE".Substring(0, 64) short = "true" } @{