gitlab: Print message when 'branches-check' job have no errors

This commit is contained in:
Bruno Lopes 2025-09-18 07:49:10 -03:00
parent c2f0afb4bd
commit 413114f9d0
No known key found for this signature in database

View file

@ -36,5 +36,7 @@ done
if [ -f "dead_branch" ]; then
printf " Please delete the merged branches\n"
exit 1
else
printf '(INFO): All branches are organized.\n'
fi
printf "\e[0Ksection_end:`date +%s`:branch_check\r\e[0K\n"