File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929
3030for arch in " " " -arm64" ; do
3131
32- ssh -o ServerAliveInterval=30 $SSHTARGET bash -c " cat >${BUILDDIR}${arch} /exec_docker_run" << _HERE
32+ ssh $SSHTARGET bash -c " cat >${BUILDDIR}${arch} /exec_docker_run" << _HERE
3333 set +x -e
3434 shopt -s huponexit
3535 cd ${BUILDDIR}${arch}
4848echo " --- Running $CIRCLE_JOB remotely"
4949
5050echo " --- Building aarch64 wheels"
51- ssh -t $SSHTARGET bash " $BUILDDIR -arm64/exec_docker_run"
51+ ssh -o ServerAliveInterval=30 - t $SSHTARGET bash " $BUILDDIR -arm64/exec_docker_run"
5252
5353echo " --- Building x86_64 wheels"
54- ssh -t $SSHTARGET bash " $BUILDDIR /exec_docker_run"
54+ ssh -o ServerAliveInterval=30 - t $SSHTARGET bash " $BUILDDIR /exec_docker_run"
5555
5656mkdir -p workspace
5757
You can’t perform that action at this time.
0 commit comments