From bb5e5be70dfd968947ed55d759eb82c76b5d55e0 Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Wed, 14 Apr 2021 18:08:43 +0200 Subject: [PATCH] Remove TCPKeepAlive setting in gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c13ae6886..ac3f70737 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -257,7 +257,7 @@ gcc_9_python_slurm_test: - apt-get install -y rsync - mkdir -p ~/.ssh - chmod 700 ~/.ssh - - echo "Host *\n ServerAliveInterval 240\n TCPKeepAlive no" >> ~/.ssh/config + - echo "Host *\n ServerAliveInterval 240" >> ~/.ssh/config - eval $(ssh-agent -s) - echo "$SSH_KEY" | tr -d '\r' | ssh-add - - echo $SSH_KEY >> ansible/private_key -- GitLab