Reorder lines

This commit is contained in:
Starbeamrainbowlabs 2019-04-12 23:51:34 +01:00
parent b9a70a278a
commit b039c89da0
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

4
build
View File

@ -323,11 +323,11 @@ task_deploy() {
find -type l -exec bash -c 'ln -f "$(readlink -m "$0")" "$0"' {} \;
subtask_end $?;
task_end $?;
# Define the directory whose contents we want to upload
source_upload_dir="${temp_dir}/";
task_end $?;
task_begin "Acquiring upload lock";
# Acquire an exclusive project-wide lock so that we only upload stuff one-at-a-time
exec 9<"${WORKSPACE}";