mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-21 14:50:39 +00:00
Added all task as first task to makefile
This commit is contained in:
parent
ee898e436e
commit
2ffd99e1f9
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
.PHONY: clean deps fmt vet test docker
|
||||
.PHONY: all clean deps fmt vet test docker
|
||||
|
||||
EXECUTABLE ?= drone-s3-sync
|
||||
IMAGE ?= plugins/$(EXECUTABLE)
|
||||
@ -7,6 +7,8 @@ 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/)
|
||||
|
||||
all: deps build test
|
||||
|
||||
clean:
|
||||
go clean -i ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user