From 8c1b59c2b1ac85446a2c1e679c7b530d330eefec Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 28 Jul 2022 16:36:09 -0700 Subject: [PATCH] Include failure message on upload --- .ci/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index b63d38ed4..74c9e7c73 100755 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -36,4 +36,5 @@ wrap zip vagrant-go vagrant-go \ "Failed to compress go binary" # Store the binary asset -wrap aws s3 cp vagrant-go.zip "${ASSETS_PRIVATE_BUCKET}/${repository}/vagrant-go-main.zip" +wrap aws s3 cp vagrant-go.zip "${ASSETS_PRIVATE_BUCKET}/${repository}/vagrant-go-main.zip" \ + "Failed to store Vagrant Go main build"