Add version and digest showing
continuous-integration/drone/push Build is passing Details

See #82.
This commit is contained in:
Luke Murphy 2021-03-02 12:04:25 +01:00
parent b655cf20be
commit 98e674b8e8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

3
abra
View File

@ -892,6 +892,9 @@ sub_app_deploy (){
if [ -n "$DOMAIN" ]; then
echo " Domain: $(tput setaf 2)${DOMAIN}$(tput sgr0)"
fi
if [ -n "$ABRA_TYPE_VERSION" ] && [ -n "$ABRA_TYPE_DIGEST" ]; then
echo " Version: $(tput setaf 2)${ABRA_TYPE_VERSION} (digest: ${ABRA_TYPE_DIGEST})$(tput sgr0)"
fi
echo " Stack: $(tput setaf 1)${STACK_NAME}$(tput sgr0)"
prompt_confirm