You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grep -r "Running as root without --no-sandbox is not supported" log.txt && MESSAGE="Pending #2563 (\`Running as root without --no-sandbox is not supported\`)." && exit 1
92
121
grep -r "version \`GLIBC_.*' not found" && MESSAGE="This was compiled on a too new system and hence cannot run on all still-supported versions of Ubuntu." && exit 1
Copy file name to clipboardExpand all lines: code/worker.sh
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -573,8 +573,6 @@ if [ "$IS_PULLREQUEST" = true ]; then
573
573
cat "apps/${INPUTBASENAME}.md"||exit 1
574
574
cat "database/${INPUTBASENAME}/"*.desktop ||exit 1 # Asterisk must not be inside quotes, https://travis-ci.org/AppImage/appimage.github.io/builds/360847207#L782
575
575
ls -lh "database/${INPUTBASENAME}/screenshot.png"||exit 1
0 commit comments