Skip to content

Commit

Permalink
Removed unused CI_BUILD_NUMBER from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 21, 2016
1 parent e6cd5f7 commit a74bc41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

EXECUTABLE ?= drone-gcr
IMAGE ?= plugins/$(EXECUTABLE)
CI_BUILD_NUMBER ?= 0

LDFLAGS = -X "main.buildDate=$(shell date -u '+%Y-%m-%d %H:%M:%S %Z')"
PACKAGES = $(shell go list ./... | grep -v /vendor/)
Expand Down

0 comments on commit a74bc41

Please sign in to comment.