laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/32046 )
Change subject: scripts/manuals: fix missing UserKnownHostsFile ......................................................................
scripts/manuals: fix missing UserKnownHostsFile
Fix for: :: Listing files on server: /docs Host key verification failed.
Related: OS#5902 Change-Id: I485e2268eec50f46ed0436d4b3a5cedfab20af96 --- M scripts/manuals/publish-manuals-for-tags.sh 1 file changed, 18 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved laforge: Looks good to me, approved
diff --git a/scripts/manuals/publish-manuals-for-tags.sh b/scripts/manuals/publish-manuals-for-tags.sh index 9d453b8..b40b602 100755 --- a/scripts/manuals/publish-manuals-for-tags.sh +++ b/scripts/manuals/publish-manuals-for-tags.sh @@ -385,6 +385,10 @@ }
check_ssh_auth_sock + +# Get the UserKnownHostsFile for $SSH_COMMAND +clone_repo osmo-gsm-manuals master + get_server_ls "/docs"
for docs_dir in $(cat "$TEMP"/ls_docs); do