From df8e5f60888b42ea06745ab5a9c5c71cbd4b1014 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 23 Aug 2020 21:34:13 +0200 Subject: [PATCH] fix python packaging tty allocation --- ci_scripts/remote_python_packaging.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci_scripts/remote_python_packaging.sh b/ci_scripts/remote_python_packaging.sh index c185b78b1..ec386ab20 100755 --- a/ci_scripts/remote_python_packaging.sh +++ b/ci_scripts/remote_python_packaging.sh @@ -30,7 +30,6 @@ set +x ssh $SSHTARGET bash -c "cat >$BUILDDIR/exec_docker_run" <<_HERE set +x -e - # make sure all processes exit when ssh dies shopt -s huponexit cd $BUILDDIR export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG @@ -46,7 +45,7 @@ _HERE echo "--- Running $CIRCLE_JOB remotely" -ssh $SSHTARGET bash "$BUILDDIR/exec_docker_run" +ssh -t $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/