This repository was archived by the owner on May 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -526,10 +526,8 @@ file_is="_entrypoint.sh"
526526}
527527
528528function 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
548546function App_Show_Release {
You can’t perform that action at this time.
0 commit comments