File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ if [[ "${NPP_DEV_ENABLED}" -eq 1 ]]; then
226226 REMOTE_COMMIT_HASH=$( git ls-remote --heads " ${GITHUB_REPO} " " refs/heads/${TARGET_BRANCH} " \
227227 | awk ' {print substr($1,1,7)}' | awk ' {$1=$1;print}' )
228228
229+ echo -e " ${COLOR_GREEN}${COLOR_BOLD} NPP-DEV:${COLOR_RESET} ${COLOR_LIGHT_CYAN} ######################${COLOR_RESET} "
229230 echo -e " ${COLOR_GREEN}${COLOR_BOLD} NPP-DEV:${COLOR_RESET} Latest branch: ${COLOR_CYAN}${TARGET_BRANCH}${COLOR_RESET} "
230231 echo -e " ${COLOR_GREEN}${COLOR_BOLD} NPP-DEV:${COLOR_RESET} Latest dev version: ${COLOR_CYAN}${LATEST_VERSION}${COLOR_RESET} "
231232 echo -e " ${COLOR_GREEN}${COLOR_BOLD} NPP-DEV:${COLOR_RESET} Remote commit: ${COLOR_CYAN}${REMOTE_COMMIT_HASH}${COLOR_RESET} "
@@ -312,8 +313,10 @@ if [[ "${NPP_DEV_ENABLED}" -eq 1 ]]; then
312313 # Adjust ownership (ensure NPP_USER is set in the environment)
313314 chown -R " ${NPP_USER} " :" ${NPP_USER} " " ${PLUGIN_DIR} "
314315 echo -e " ${COLOR_GREEN}${COLOR_BOLD} NPP-DEV:${COLOR_RESET} Deployed build ${COLOR_CYAN}${TARGET_BRANCH}${COLOR_RESET} with (commit ${COLOR_CYAN}${CLONED_COMMIT_HASH}${COLOR_RESET} )."
316+ echo -e " ${COLOR_GREEN}${COLOR_BOLD} NPP-DEV:${COLOR_RESET} ${COLOR_LIGHT_CYAN} ######################${COLOR_RESET} "
315317 else
316318 echo -e " ${COLOR_GREEN}${COLOR_BOLD} NPP-DEV:${COLOR_RESET} Plugin is up-to-date with commit ${COLOR_CYAN}${REMOTE_COMMIT_HASH}${COLOR_RESET} ."
319+ echo -e " ${COLOR_GREEN}${COLOR_BOLD} NPP-DEV:${COLOR_RESET} ${COLOR_LIGHT_CYAN} ######################${COLOR_RESET} "
317320 fi
318321fi
319322
You can’t perform that action at this time.
0 commit comments