Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
feat(check-diff): generate check-diff output
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Aug 29, 2021
1 parent 7ce6a93 commit 4ecfc67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makelib/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,7 @@ reviewable:
# ensure generate target doesn't create a diff
check-diff: generate
@$(INFO) checking that branch is clean
@git status --porcelain | grep . && $(FAIL)
@$(OK) branch is clean
@if git status --porcelain | grep . ; then $(FAIL); else $(OK) branch is clean; fi

.PHONY: publish.init publish.artifacts publish promote.init promote.artifacts promote tag generate reviewable check-diff

Expand Down

0 comments on commit 4ecfc67

Please sign in to comment.