mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Small formatting fix
This commit is contained in:
parent
3695edc403
commit
203cd5700e
1 changed files with 2 additions and 0 deletions
2
build
2
build
|
@ -306,6 +306,7 @@ task_deploy() {
|
|||
|
||||
task_end $?;
|
||||
|
||||
|
||||
task_begin "Uploading release";
|
||||
|
||||
# Acquire an exclusive project-wide lock so that we only upload stuff one-at-a-time
|
||||
|
@ -336,6 +337,7 @@ SFTPCOMMANDS
|
|||
|
||||
task_end $? "Failed to upload release";
|
||||
|
||||
|
||||
task_begin "Cleaning up";
|
||||
execute rm -r "${temp_dir}";
|
||||
task_end $?;
|
||||
|
|
Loading…
Reference in a new issue