Merge pull request #636 from basecamp/tests-clean-known-hosts

Fix Net::SSH::HostKeyMismatch between bin/test runs
This commit is contained in:
Donal McBreen
2024-01-09 16:45:12 +00:00
committed by GitHub

View File

@@ -21,3 +21,7 @@ install_kamal
push_image_to_registry_4443 nginx 1-alpine-slim
push_image_to_registry_4443 traefik v2.9
push_image_to_registry_4443 busybox 1.36.0
# .ssh is on a shared volume that persists between runs. Clean it up as the
# churn of temporary vm IPs can eventually create conflicts.
rm -f /root/.ssh/known_hosts