From 283f17415089dc0cd6291d94fd899128fa3b1cbf Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 8 Oct 2024 14:00:00 +0200 Subject: [PATCH] Update update-version-file.sh Signed-off-by: Kjeld Schouten --- .github/scripts/update-version-file.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/scripts/update-version-file.sh b/.github/scripts/update-version-file.sh index f1a06fc40a9..20569126cbd 100755 --- a/.github/scripts/update-version-file.sh +++ b/.github/scripts/update-version-file.sh @@ -8,8 +8,6 @@ if test -f "/containers/apps/${app}/latest-version.sh"; then echo "${version}" | tee "/containers/apps/${app}/VERSION" >/dev/null echo "App: ${app} using version: ${version}" fi -else if test -f "/containers/apps/${app}/VERSION"; then - version=$(bash "/containers/apps/${app}/VERSION") fi if test -f "/containers/apps/${app}/BASE"; then