mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
fix python packaging tty allocation
This commit is contained in:
@@ -30,7 +30,6 @@ set +x
|
|||||||
|
|
||||||
ssh $SSHTARGET bash -c "cat >$BUILDDIR/exec_docker_run" <<_HERE
|
ssh $SSHTARGET bash -c "cat >$BUILDDIR/exec_docker_run" <<_HERE
|
||||||
set +x -e
|
set +x -e
|
||||||
# make sure all processes exit when ssh dies
|
|
||||||
shopt -s huponexit
|
shopt -s huponexit
|
||||||
cd $BUILDDIR
|
cd $BUILDDIR
|
||||||
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
|
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
|
||||||
@@ -46,7 +45,7 @@ _HERE
|
|||||||
|
|
||||||
echo "--- Running $CIRCLE_JOB remotely"
|
echo "--- Running $CIRCLE_JOB remotely"
|
||||||
|
|
||||||
ssh $SSHTARGET bash "$BUILDDIR/exec_docker_run"
|
ssh -t $SSHTARGET bash "$BUILDDIR/exec_docker_run"
|
||||||
mkdir -p workspace
|
mkdir -p workspace
|
||||||
rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/wheelhouse/*manylinux201*" workspace/wheelhouse/
|
rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/wheelhouse/*manylinux201*" workspace/wheelhouse/
|
||||||
rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/dist/*" workspace/wheelhouse/
|
rsync -avz "$SSHTARGET:$BUILDDIR/python/.docker-tox/dist/*" workspace/wheelhouse/
|
||||||
|
|||||||
Reference in New Issue
Block a user