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 4dd8c89 commit 132bef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ 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 > /home/appveyor/.ssh/config
- chmod go-rwx /home/appveyor/.ssh/config

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

0 comments on commit 132bef2

Please sign in to comment.