mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Jenkins: Add workaround for one-time fluke with appimage-builder AppImage extraction
This commit is contained in:
parent
a41935301b
commit
35e078b87a
1 changed files with 1 additions and 0 deletions
|
@ -1139,6 +1139,7 @@ EOF
|
|||
--recipe AppImageBuilder-generated.yml --appdir "$(grep -oP '^\s+path: \K(.+)' AppImageBuilder-generated.yml)"
|
||||
status=$?
|
||||
[ $status -eq 0 ] && break
|
||||
[ $status -eq 127 ] && rm -rf /tmp/appimage_extracted_*
|
||||
done
|
||||
|
||||
# Remove appimage-builder binary on failure, just in case it's corrupted.
|
||||
|
|
Loading…
Reference in a new issue