Skip to content

Commit

Permalink
Merge pull request #675 from k82cn/v03_def
Browse files Browse the repository at this point in the history
Update v0.3 Makefile.def
  • Loading branch information
volcano-sh-bot authored Jan 21, 2020
2 parents f37d7f9 + 197e91c commit aa51cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.def
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# If tag not explicitly set in users default to the git sha.
TAG ?= $(shell git rev-parse --verify HEAD)
GitSHA=`git rev-parse HEAD`
TAG=v0.3
GitSHA=f37d7f984ca9c188017afa52045adaeba04b0707
Date=`date "+%Y-%m-%d %H:%M:%S"`
LD_FLAGS=" \
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
Expand Down

0 comments on commit aa51cba

Please sign in to comment.