Jenkins: Add workaround for one-time fluke with appimage-builder AppImage extraction

This commit is contained in:
richardg867 2023-04-03 18:10:31 -03:00 committed by GitHub
parent a41935301b
commit 35e078b87a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.