Skip to content

Commit

Permalink
ci: ignore host-key change in CI-ssh server
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Jun 6, 2024
1 parent f5c90ac commit e3efa5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ for:
- mkdir ~/DLTMP && export TMPDIR=~/DLTMP
# establish a root directory for SSH tests
- "mkdir ${DATALAD_TESTS_SERVER_LOCALPATH}"
# allow SSH access if the host key has changed
- echo StrictHostKeyChecking no >> ~/.ssh/config

install:
# verify that a PY variable is declared that identifies the desired Python version
Expand Down

0 comments on commit e3efa5e

Please sign in to comment.