From f779d6e3af2b12960161be7683cd83bbc2ada5ab Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 11 Apr 2019 20:02:30 +0100 Subject: [PATCH] build: small formatting tweaks ...this is a dummy commit --- build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build b/build index c18b8cb..e5a9f03 100755 --- a/build +++ b/build @@ -292,6 +292,7 @@ task_deploy() { stage_end 1; fi + task_begin "Preparing upload"; subtask_begin "Creating temporary directory"; @@ -309,7 +310,6 @@ task_deploy() { task_begin "Uploading release"; - # Acquire an exclusive project-wide lock so that we only upload stuff one-at-a-time exec 9<"${WORKSPACE}"; flock --exclusive 9; @@ -348,6 +348,7 @@ task_deploy() { execute rm -r "${temp_dir}"; task_end $?; + stage_end $? "Failed to deploy to ${deploy_ssh_host}."; }