Skip to content

Commit

Permalink
Final Fix Attempt
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Mar 15, 2024
1 parent ecdb116 commit 0af807b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion mk/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ SHELL := /bin/bash

# Pass this to sub-make
export GO111MODULE := on
export CITEST

# Used to set the ServerVersion reported by services
VERSION_FROM_GIT := $(shell git describe --tags --exact-match 2>/dev/null || echo -n "commit-$(shell git rev-parse --revs-only --short HEAD)")
Expand Down
4 changes: 2 additions & 2 deletions mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

TEST_ARGS ?= -v -cover -race
MOCKGEN := $(shell go env GOPATH)/bin/mockgen
CI?=false
COPYRIGHT_FLAGS ?=

define MOCK_template
mock_$(1): $(1)
Expand Down Expand Up @@ -55,7 +55,7 @@ ifdef CITEST
COPYRIGHT_FLAGS += --no-year-check
endif

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

CLEANFILES += $(MOCK_FILES)

0 comments on commit 0af807b

Please sign in to comment.