Removed unused CI_BUILD_NUMBER from makefile
This commit is contained in:
parent
61e7644905
commit
65cfc66223
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
EXECUTABLE ?= drone-docker
|
||||
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/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue