Skip to content

Commit

Permalink
Hack for Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Mar 14, 2024
1 parent 2c145fd commit b6a6fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ check-mockgen:
realtest: _mocks ; go test $(TEST_ARGS) $(GOPKG)
.PHONY: realtest

ifeq ($(CI),true)
COPYRIGHT_FLAGS += --no-year-check
endif
#ifeq ($(CI),true)
COPYRIGHT_FLAGS += --no-year-check
#endif

checkcopyrights: ; env; python3 $(THIS_DIR)../scripts/check-copyright $(COPYRIGHT_FLAGS) .
.PHONY: checkcopyrights
Expand Down

0 comments on commit b6a6fbe

Please sign in to comment.