mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-05 10:19:37 +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
|
- ninja test
|
||||||
# Check source
|
# Check source
|
||||||
- if [ $(git diff |wc -l) -ne 0 ]; then
|
- if [ $(git diff |wc -l) -ne 0 ]; then
|
||||||
|
echo "ERROR: a generated file was updated without the source:";
|
||||||
git diff;
|
git diff;
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue