mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-22 01:00:40 +00:00
Removed unused CI_BUILD_NUMBER from makefile
This commit is contained in:
parent
2ffd99e1f9
commit
89fcebf89a
1
Makefile
1
Makefile
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
EXECUTABLE ?= drone-s3-sync
|
EXECUTABLE ?= drone-s3-sync
|
||||||
IMAGE ?= plugins/$(EXECUTABLE)
|
IMAGE ?= plugins/$(EXECUTABLE)
|
||||||
CI_BUILD_NUMBER ?= 0
|
|
||||||
|
|
||||||
LDFLAGS = -X "main.buildDate=$(shell date -u '+%Y-%m-%d %H:%M:%S %Z')"
|
LDFLAGS = -X "main.buildDate=$(shell date -u '+%Y-%m-%d %H:%M:%S %Z')"
|
||||||
PACKAGES = $(shell go list ./... | grep -v /vendor/)
|
PACKAGES = $(shell go list ./... | grep -v /vendor/)
|
||||||
|
Loading…
Reference in New Issue
Block a user