1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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

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"