mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
we've got a symlink issue again
This commit is contained in:
parent
78aed87ddd
commit
57c1c79744
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -340,7 +340,7 @@ task_deploy() {
|
||||||
subtask_end $?;
|
subtask_end $?;
|
||||||
|
|
||||||
subtask_begin "Unwinding symlinks";
|
subtask_begin "Unwinding symlinks";
|
||||||
find "${temp_dir}" -type l -not -path "./beta" -exec bash -c 'ln -f "$(readlink -m "$0")" "$0"' {} \;
|
find "${temp_dir}" -D exec -type l -not -path "./beta" -exec bash -c 'ln -f "$(readlink -m "$0")" "$0"' {} \;
|
||||||
subtask_end $?;
|
subtask_end $?;
|
||||||
|
|
||||||
task_end $?;
|
task_end $?;
|
||||||
|
|
Loading…
Reference in a new issue