diff --git a/ci_scripts/remote_python_packaging.sh b/ci_scripts/remote_python_packaging.sh index bac219198..c185b78b1 100755 --- a/ci_scripts/remote_python_packaging.sh +++ b/ci_scripts/remote_python_packaging.sh @@ -46,7 +46,7 @@ _HERE echo "--- Running $CIRCLE_JOB remotely" -ssh -t $SSHTARGET bash "$BUILDDIR/exec_docker_run" +ssh $SSHTARGET bash "$BUILDDIR/exec_docker_run" mkdir -p workspace rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/wheelhouse/*manylinux201*" workspace/wheelhouse/ rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/dist/*" workspace/wheelhouse/ diff --git a/ci_scripts/remote_tests_python.sh b/ci_scripts/remote_tests_python.sh index 99b4d0169..e787a734e 100755 --- a/ci_scripts/remote_tests_python.sh +++ b/ci_scripts/remote_tests_python.sh @@ -22,7 +22,7 @@ set +x echo "--- Running $CIRCLE_JOB remotely" -ssh -t -t $SSHTARGET <<_HERE +ssh $SSHTARGET <<_HERE set +x -e # make sure all processes exit when ssh dies diff --git a/ci_scripts/remote_tests_rust.sh b/ci_scripts/remote_tests_rust.sh index 3679232b2..5498d38ef 100755 --- a/ci_scripts/remote_tests_rust.sh +++ b/ci_scripts/remote_tests_rust.sh @@ -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