From: Peter van Dijk Date: Wed, 12 Jun 2019 16:43:46 +0000 (+0200) Subject: circleci doc builder: write ssh known_hosts in $HOME, not in . X-Git-Tag: dnsdist-1.4.0-rc1~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79961c36a2922ac5bc35cc9f5615a743985a0706;p=pdns circleci doc builder: write ssh known_hosts in $HOME, not in . --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c11cd949..29fd4c973 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ commands: description: Add ssh known_hosts fingerprints steps: - run: - command: mkdir -p $HOME/.ssh && echo "${DOCS_HOST} ${DOCS_FINGERPRINT}" > .ssh/known_hosts + command: mkdir -p $HOME/.ssh && echo "${DOCS_HOST} ${DOCS_FINGERPRINT}" > $HOME/.ssh/known_hosts auth-regress-setup: description: Prepare the environment for auth regression tests