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:
parent
bd9361429f
commit
2f62c69a0c
@ -36,7 +36,7 @@ TARGET_PIPE=/run/user/"$(id -u)"/bisect
|
||||
TARGET_BUILD=/tmp/build
|
||||
|
||||
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
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user