Skip to content

dev: handle failures during docsite binary download

Administrator requested to merge core/docsite-curl-fail into master

Created by: keegancsmith

If docsite.sh is killed while fetching a binary a partial binary will exist at target. Following runs will try and fail to execute the binary. We now download to a temporary location and move it into place, so if we fail we will retry the download. Additionally we just always ensure the binary is executable.

Merge request reports

Loading