From e3a07d52157462d94929506cc91269b95329b1b1 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 8 Oct 2024 13:45:14 +0200 Subject: [PATCH] Update update-version-file.sh Signed-off-by: Kjeld Schouten --- .github/scripts/update-version-file.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/update-version-file.sh b/.github/scripts/update-version-file.sh index 20569126cbd..f1a06fc40a9 100755 --- a/.github/scripts/update-version-file.sh +++ b/.github/scripts/update-version-file.sh @@ -8,6 +8,8 @@ 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