Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Revert "change way to check for cleaness of the working tree…"
· 874a2d2c
Mattia Rizzolo
authored
Nov 06, 2018
This reverts commit
8e415a06
.
874a2d2c
ignore untracked files in git status
· 1d6e660a
Mattia Rizzolo
authored
Nov 06, 2018
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
1d6e660a
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1d6e660a
...
...
@@ -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