From ed2d877bc6ba15e2cd642ba850594aa76d74a0af Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 8 Dec 2022 09:35:37 +0100 Subject: [PATCH] repo-install-test: fix check for Release.key $release_key is not defined, replace it with the path. Change-Id: I6bd13cc6149db1f2ba25ef1ee343115d3c53cf3b --- scripts/repo-install-test/run-inside.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index 5e6a852e..da49f7da 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -105,7 +105,7 @@ configure_osmocom_repo_debian() { echo "Configuring Osmocom repository" # Add repository key - if ! [ -e "$release_key" ]; then + if ! [ -e /tmp/Release.key ]; then wget -O /tmp/Release.key "https://obs.osmocom.org/projects/$proj/public_key" fi