Skip to content
Commits on Source (2)
......@@ -9,4 +9,4 @@ test:
- hooks/pre-receive
- git clone --depth=1 https://salsa.debian.org/reproducible-builds/reproducible-misc.git misc
- misc/clean-notes
- if ! git diff-index --quiet HEAD -- ; then printf "NOTES NOT CLEAN!\n\n" ; git diff ; exit 1 ; else echo "Then notes are clean ☺" ; fi
- if [ -n "$(git status --untracked-files=no --porcelain)" ]; then printf "NOTES NOT CLEAN!\n\n" ; git diff ; exit 1 ; else echo "Then notes are clean ☺" ; fi