aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-03-24 10:38:18 +0100
committerOliver Smith <osmith@sysmocom.de>2023-03-24 10:43:17 +0100
commit4427bd1b4231efb0e96f90129e1a021435534c60 (patch)
treea45a493b902396b31257b628c808034ee761bc78
parentf9a7f1e89375ee4e8e41416aa7bc211b9f3e1a74 (diff)
scripts/manuals: fix missing UserKnownHostsFile
Fix for: :: Listing files on server: /docs Host key verification failed. Related: OS#5902 Change-Id: I485e2268eec50f46ed0436d4b3a5cedfab20af96
-rwxr-xr-xscripts/manuals/publish-manuals-for-tags.sh4
1 files changed, 4 insertions, 0 deletions
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 @@ build_publish_manuals() {
}
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