Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit f97e59e

Browse files
committed
Fix checkpoint when using App_input_2_Is_Empty_As_It_Should
1 parent 6e25bee commit f97e59e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

bashlava.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,8 @@ file_is="_entrypoint.sh"
526526
}
527527

528528
function App_Show_Version {
529-
### Show version from three sources
530-
App_input_2_Is_Empty_As_It_Should
529+
echo && my_message="Check versions:" && App_Blue
531530

532-
echo && my_message="Check versions:" && App_Blue &&\
533531
### dockerfile
534532
my_message="${app_version} < VERSION in Dockerfile" App_Gray
535533
my_message="${app_release} < RELEASE in Dockerfile" App_Gray
@@ -541,8 +539,8 @@ function App_Show_Version {
541539
release_latest=$(curl -s https://api.github.com/repos/${github_user}/${app_name}/releases/latest | \
542540
grep tag_name | awk -F ': "' '{ print $2 }' | awk -F '",' '{ print $1 }')
543541
_var_name="release_latest" _is_it_empty=$(echo ${release_latest}) && App_Does_Var_Empty
544-
my_message="${release_latest} < RELEASE in https://github.com/${github_user}/${app_name}/releases/tag/${release_latest}" && App_Gray && echo
545-
542+
my_message="${release_latest} < RELEASE in https://github.com/${github_user}/${app_name}/releases/tag/${release_latest}" && App_Gray
543+
echo
546544
}
547545

548546
function App_Show_Release {

0 commit comments

Comments
 (0)