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 committed 2020-06-16 22:07:46 -06:00
1 parent 3d51242464
commit 45aa58056c
1 file changed
+1 -1
+1 -1
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"