osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/46/32046/1
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

To view, visit change 32046. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I485e2268eec50f46ed0436d4b3a5cedfab20af96
Gerrit-Change-Number: 32046
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange