From f7c0e8e296778ec03f746c960b47f941446efa8c Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 28 Jun 2022 23:49:24 +0530 Subject: [PATCH] chore: auto-cleanup ~/.ssh/known_hosts --- integration/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/ci.sh b/integration/ci.sh index 4db2126..5d4b0f4 100755 --- a/integration/ci.sh +++ b/integration/ci.sh @@ -25,6 +25,7 @@ teardown() { then docker_compose_down teardown_env + sed -i /localhost.*/d ~/.ssh/known_hosts fi }