mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 00:30:40 +00:00
Removed unused CI_BUILD_NUMBER from makefile
This commit is contained in:
parent
af5b4c752d
commit
651fadbc16
1
Makefile
1
Makefile
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
EXECUTABLE ?= drone-terraform
|
EXECUTABLE ?= drone-terraform
|
||||||
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