Hi Andrea,
> - [ $? -eq 0 ] && exit 1
> + [ $? -eq 0 ] || exit 1
Thanks for a quick fix!
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Please add also:
Fixes: d8348be27b ("ci: add patchwork communication script")
Reported-by: Li Wang <liwang@redhat.com>
Kind regards,
Petr