gitlab: Print message when 'branches-check' job have no errors
This commit is contained in:
parent
c2f0afb4bd
commit
413114f9d0
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue