Removed unused CI_BUILD_NUMBER from makefile

This commit is contained in:
Thomas Boerger 2016-02-21 10:43:09 +01:00
parent 5647ba0611
commit 1e25bfea90
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
EXECUTABLE ?= drone-webhook
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/)