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