mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
try harder to let all build processes die when ssh dies
This commit is contained in:
@@ -22,8 +22,12 @@ set +x
|
||||
|
||||
echo "--- Running $CIRCLE_JOB remotely"
|
||||
|
||||
ssh $SSHTARGET <<_HERE
|
||||
ssh -t -t $SSHTARGET <<_HERE
|
||||
set +x -e
|
||||
|
||||
# make sure all processes exit when ssh dies
|
||||
shopt -s huponexit
|
||||
|
||||
export RUSTC_WRAPPER=\`which sccache\`
|
||||
cd $BUILDDIR
|
||||
# let's share the target dir with our last run on this branch/job-type
|
||||
|
||||
Reference in New Issue
Block a user