Removed unused CI_BUILD_NUMBER from makefile

This commit is contained in:
Thomas Boerger 2016-02-21 10:43:08 +01:00
parent 2ffd99e1f9
commit 89fcebf89a
1 changed files with 0 additions and 1 deletions

View File

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