fix python packaging tty allocation

This commit is contained in:
holger krekel
2020-08-23 21:34:13 +02:00
parent 1cb4e41883
commit df8e5f6088

View File

@@ -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/