upgrade alt-version-switcher, grep for failed in docker build

This commit is contained in:
moparisthebest
2019-09-01 22:20:41 -04:00
parent c352852769
commit a426bfd31f
2 changed files with 4 additions and 2 deletions

View File

@@ -38,3 +38,5 @@ rm -f "$PKGDEST/"*.tar.gz.old
[ "$failed" != '' ] && echo "failed packages: $failed"
echo -n "$failed" > "$PKGDEST/failed.txt"
grep -- '---failed---$' "$PKGDEST/build.log"