1
0
Fork 0
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:
Kellin McAvoy 2021-05-18 11:37:16 -05:00
parent 5d7f2a5249
commit 250f40b869

View file

@ -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
# ====================================================================================