Merge pull request #126 from camandel/fix_version

cmd: fix version output
This commit is contained in:
Simone Gotti 2019-09-27 16:55:36 +02:00 committed by GitHub
commit 7e6a143e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ REPO_PATH=agola.io/agola
VERSION ?= $(shell scripts/git-version.sh)
LD_FLAGS="-w -X $(REPO_PATH)/version.Version=$(VERSION)"
LD_FLAGS="-w -X $(REPO_PATH)/cmd.Version=$(VERSION)"
$(shell mkdir -p bin )
$(shell mkdir -p tools/bin )