Skip to content

Commit

Permalink
Merge pull request #636 from basecamp/tests-clean-known-hosts
Browse files Browse the repository at this point in the history
Fix Net::SSH::HostKeyMismatch between bin/test runs
  • Loading branch information
djmb authored Jan 9, 2024
2 parents acc6b9a + 2a8924b commit bb50546
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/docker/deployer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb50546

Please sign in to comment.