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

Commit

Permalink
add version print
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuLiangWang committed Sep 6, 2023
1 parent 3050b8d commit 6d6341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test: install-tools
check-license:
@ sh ./scripts/check-license.sh

build:
build: check
@ go build -ldflags="-X main.commitID=$(COMMIT_ID) -X main.branchName=$(BRANCH_NAME) -X main.buildDate=$(BUILD_DATE)" -o ceresmeta ./cmd/meta/...

integration_test: build
Expand Down

0 comments on commit 6d6341b

Please sign in to comment.