From f1b0acb231522e64cf97f97d68ee78270e249285 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 25 Apr 2021 21:54:00 +0200 Subject: [PATCH] release-tarballs: Don't rely on system-installed 'known_hosts' We should do like the various contrib/jenkins.sh scripts and bring our own known_hosts file to deploy to ftp.osmocom.org. This fixes deploying after merging If0d57ef9edc4d6b3fdf435e44573a15d64245b6a recently. Change-Id: Ia598739f820c8b00c33382afbbe88bf2638241dc --- jobs/osmocom-release-tarballs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jobs/osmocom-release-tarballs.yml b/jobs/osmocom-release-tarballs.yml index 9ecffca5..930fb428 100644 --- a/jobs/osmocom-release-tarballs.yml +++ b/jobs/osmocom-release-tarballs.yml @@ -38,7 +38,13 @@ -e KEEP_TEMP="$KEEP_TEMP" \ "$USER/debian-stretch-build-dist" /osmo-ci/scripts/osmocom-release-tarballs.sh - SSH_COMMAND="ssh -p 48" + cat > "$WORKSPACE/known_hosts" <