another try

This commit is contained in:
holger krekel
2020-08-23 08:37:38 +02:00
parent aae8163696
commit fd54b6b5b1
3 changed files with 3 additions and 3 deletions

View File

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