Skip to content

Commit

Permalink
Update update-version-file.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <[email protected]>
  • Loading branch information
PrivatePuffin authored Oct 8, 2024
1 parent c03c6aa commit e3a07d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/update-version-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a07d5

Please sign in to comment.