mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Reorder lines
This commit is contained in:
parent
b9a70a278a
commit
b039c89da0
1 changed files with 2 additions and 2 deletions
4
build
4
build
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue