Skip to content

Commit

Permalink
Correct the CI Variable
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 c313150 commit 6d7e5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ check-mockgen:
realtest: _mocks ; go test $(TEST_ARGS) $(GOPKG)
.PHONY: realtest

ifdef CI_PIPELINE
ifdef CI
COPYRIGHT_FLAGS += --no-year-check
endif

Expand Down

0 comments on commit 6d7e5ab

Please sign in to comment.