We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81811be commit 226b834Copy full SHA for 226b834
hack/jenkins/cron/cleanup_and_reboot_Linux.sh
@@ -54,6 +54,7 @@ function cleanup() {
54
# clear the known_host file (~/.ssh/known_hosts)
55
if test -f /home/${user}/.ssh/known_hosts; then
56
sudo echo "" > /home/${user}/.ssh/known_hosts
57
+ ssh-keyscan github.com >>~/.ssh/known_hosts
58
fi
59
done
60
# clean docker left overs
0 commit comments