mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-06-17 05:06:18 +08:00
Update update-version-file.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
2
.github/scripts/update-version-file.sh
vendored
2
.github/scripts/update-version-file.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user