package: generate the manifest even if the last plugin isn't built

curl --fail's exit status is only of the final transfer, not any
transfer as I had assumed
This commit is contained in:
Max Weber
2020-06-16 22:03:47 -06:00
parent 3d51242464
commit 45aa58056c

View File

@@ -54,7 +54,7 @@ for PLUGINFILE in plugins/*; do
done
curl --fail --retry 5 \
"${MANIFEST_CHUNK_DOWNLOAD[@]}"
"${MANIFEST_CHUNK_DOWNLOAD[@]}" || true
IS_FIRST=true
echo "[" > "$MANIFEST"