mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
another try
This commit is contained in:
@@ -46,7 +46,7 @@ _HERE
|
|||||||
|
|
||||||
echo "--- Running $CIRCLE_JOB remotely"
|
echo "--- Running $CIRCLE_JOB remotely"
|
||||||
|
|
||||||
ssh -t $SSHTARGET bash "$BUILDDIR/exec_docker_run"
|
ssh $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/
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ set +x
|
|||||||
|
|
||||||
echo "--- Running $CIRCLE_JOB remotely"
|
echo "--- Running $CIRCLE_JOB remotely"
|
||||||
|
|
||||||
ssh -t -t $SSHTARGET <<_HERE
|
ssh $SSHTARGET <<_HERE
|
||||||
set +x -e
|
set +x -e
|
||||||
|
|
||||||
# make sure all processes exit when ssh dies
|
# make sure all processes exit when ssh dies
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ rsync --delete --files-from=.rsynclist -az ./ "$SSHTARGET:$BUILDDIR"
|
|||||||
|
|
||||||
echo "--- Running $CIRCLE_JOB remotely"
|
echo "--- Running $CIRCLE_JOB remotely"
|
||||||
|
|
||||||
ssh -t -t $SSHTARGET <<_HERE
|
ssh $SSHTARGET <<_HERE
|
||||||
set +x -e
|
set +x -e
|
||||||
# make sure all processes exit when ssh dies
|
# make sure all processes exit when ssh dies
|
||||||
shopt -s huponexit
|
shopt -s huponexit
|
||||||
|
|||||||
Reference in New Issue
Block a user