diff --git a/.gitlab/check_dead_branches.sh b/.gitlab/check_dead_branches.sh index 2bbf6f4d2d..f4d0cdecf5 100644 --- a/.gitlab/check_dead_branches.sh +++ b/.gitlab/check_dead_branches.sh @@ -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"