fix passing gitcommit in version output

This commit is contained in:
Tomas Kral
2017-02-11 17:05:08 +01:00
parent be042c7e1f
commit 18955c63d4
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
GITCOMMIT := $(shell git rev-parse --short HEAD)
BUILD_FLAGS := -ldflags="-w -X github.com/kubernetes-incubator/kompose/version.GITCOMMIT=$(GITCOMMIT)"
BUILD_FLAGS := -ldflags="-w -X github.com/kubernetes-incubator/kompose/cmd.GITCOMMIT=$(GITCOMMIT)"
PKGS := $(shell glide novendor)
TEST_IMAGE := kompose/tests:latest