build-and-push: remove quiet flag from ssh

Show more useful errors if SSH fails.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-08-24 17:42:14 +02:00
parent bd9361429f
commit 2f62c69a0c
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -36,7 +36,7 @@ TARGET_PIPE=/run/user/"$(id -u)"/bisect
TARGET_BUILD=/tmp/build TARGET_BUILD=/tmp/build
SSH_KEY=~/.ssh/bisect.pub SSH_KEY=~/.ssh/bisect.pub
SSH="ssh -i $SSH_KEY -q -l $TARGET_USER $TARGET_HOST" SSH="ssh -i $SSH_KEY -l $TARGET_USER $TARGET_HOST"
if ! $SSH -- true if ! $SSH -- true
then then