mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
gitlab-ci: add a more explicit error message when existing at the git diff
CI test.
This commit is contained in:
parent
74eb242587
commit
b9f81e1c0f
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ gimp-debian-x64:
|
|||
- ninja test
|
||||
# Check source
|
||||
- if [ $(git diff |wc -l) -ne 0 ]; then
|
||||
echo "ERROR: a generated file was updated without the source:";
|
||||
git diff;
|
||||
exit 1;
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue