mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
ci: print diff error on failure
This commit is contained in:
parent
5d7f2a5249
commit
250f40b869
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -69,7 +69,7 @@ reviewable: generate helm.generate
|
|||
# Ensure branch is clean.
|
||||
check-diff: reviewable
|
||||
@$(INFO) checking that branch is clean
|
||||
@test -z "$$(git status --porcelain)" || $(FAIL)
|
||||
@test -z "$$(git status --porcelain)" || (echo "$$(git status --porcelain)" && $(FAIL))
|
||||
@$(OK) branch is clean
|
||||
|
||||
# ====================================================================================
|
||||
|
|
Loading…
Reference in a new issue