another try

This commit is contained in:
holger krekel
2020-08-23 08:37:38 +02:00
parent aae8163696
commit fd54b6b5b1
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ rsync --delete --files-from=.rsynclist -az ./ "$SSHTARGET:$BUILDDIR"
echo "--- Running $CIRCLE_JOB remotely"
ssh -t -t $SSHTARGET <<_HERE
ssh $SSHTARGET <<_HERE
set +x -e
# make sure all processes exit when ssh dies
shopt -s huponexit