mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user