make ssh fail directly if a password is asked

This commit is contained in:
holger krekel
2019-11-24 00:53:09 +01:00
parent ae43b83162
commit 76de8f55f2
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ echo "--- Copying files to $SSHTARGET:$BUILDDIR"
set -xe
ssh -oStrictHostKeyChecking=no $SSHTARGET mkdir -p "$BUILDDIR"
ssh -oBatchMode=yes -oStrictHostKeyChecking=no $SSHTARGET mkdir -p "$BUILDDIR"
git ls-files >.rsynclist
# we seem to need .git for setuptools_scm versioning
find .git >>.rsynclist