mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
entrypoint: Prevent flatpak-external-data-checker from failing on a repo
Since we are checking all repos in a loop and fedc can fail on incorrect x-checker paras or git errors when branching, exiting early means some repos won't get checked. So ignore errors for this command
This commit is contained in:
@@ -43,5 +43,5 @@ for repo in "${checker_apps[@]}"; do
|
||||
fi
|
||||
|
||||
echo "==> checking ${repo}"
|
||||
/app/flatpak-external-data-checker --verbose --update "${FEDC_OPTS[@]}" "$repo/$manifest"
|
||||
/app/flatpak-external-data-checker --verbose --update "${FEDC_OPTS[@]}" "$repo/$manifest" || true
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user