Skip to content

Commit c0e1115

Browse files
Removed unused var from makefile
1 parent a8b3cbd commit c0e1115

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ VERSION ?=$(shell git describe --abbrev=0)
44
BUILD ?=$(shell date +%FT%T%z)
55
GOVERSION ?=$(shell go version | cut --delimiter=" " -f3)
66
COMMIT ?=$(shell git rev-parse HEAD)
7-
SOMEVAR ?=$(shell git rev-parse HEAD)
87
BRANCH ?=$(shell git rev-parse --abbrev-ref HEAD)
98

109
PREFIX=$(shell pwd)

0 commit comments

Comments
 (0)