worker.sh: don't abort when the AppImage is self-hosted - #3823
Merged
probonopd merged 1 commit intoAug 2, 2026
Merged
Conversation
Member
|
Thank you very much @budbrain-software |
budbrain-software
added a commit
to budbrain-software/appimage.github.io
that referenced
this pull request
Aug 3, 2026
The previous run failed on the worker.sh bug fixed in PR AppImage#3823 (merged 2026-08-02). No change to the catalog entry; this empty commit only restarts the check against current master.
budbrain-software
added a commit
to budbrain-software/appimage.github.io
that referenced
this pull request
Aug 3, 2026
The previous run failed on the worker.sh bug fixed in PR AppImage#3823 (merged 2026-08-02). No change to the catalog entry; this empty commit only restarts the check against current master.
budbrain-software
added a commit
to budbrain-software/appimage.github.io
that referenced
this pull request
Aug 3, 2026
The previous run failed on the worker.sh bug fixed in PR AppImage#3823 (merged 2026-08-02). No change to the catalog entry; this empty commit only restarts the check against current master.
budbrain-software
added a commit
to budbrain-software/appimage.github.io
that referenced
this pull request
Aug 3, 2026
The previous run failed on the worker.sh bug fixed in PR AppImage#3823 (merged 2026-08-02). No change to the catalog entry; this empty commit only restarts the check against current master.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3822.
Both assignments lack the
|| truethat lines 500, 501 and 506 carry. Withbash -e(see.github/workflows/test.yml) agrepthat finds nothing ends the whole run.The branch is only reached when the data file holds no
https://github.com/URL — i.e. exactly for self-hosted AppImages, which therefore can never pass the check.Same class of bug as #3678, fixed there in 86a5b18 the same way.