diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-07-13 14:55:11 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-07-13 14:55:11 +0100 |
commit | e0eb9b96f7137e1d4ad4f8b7224cb8b6145ad77c (patch) | |
tree | 7d0cedaf696a0238e9555755be56617a3e79c97e /build.sh | |
parent | 3d92a7dfe202b8987e24bbf6d877ada733c1757d (diff) |
SL-15572 - Possible fix for codeticket upload issue
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -449,6 +449,7 @@ then # Upload additional packages. for package_id in $additional_packages do + sleep 240 package=$(installer_$arch "$package_id") if [ x"$package" != x ] then |