ignore cdp-specific build dir
This commit is contained in:
parent
9ae7ad73d8
commit
4e6266babf
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ GITSTATUS = $(shell git status --porcelain || echo "no changes")
|
||||||
SOURCES = cmd/main.go
|
SOURCES = cmd/main.go
|
||||||
VERSION ?= $(shell git describe --tags --always --dirty)
|
VERSION ?= $(shell git describe --tags --always --dirty)
|
||||||
DIRS := cmd pkg
|
DIRS := cmd pkg
|
||||||
PKG := `go list ./... | grep --invert-match /vendor/ | grep --invert-match /kubectl-pg`
|
PKG := `go list ./... | grep --invert-match -e /vendor/ -e /kubectl-pg -e workspace`
|
||||||
|
|
||||||
ifeq ($(DEBUG),1)
|
ifeq ($(DEBUG),1)
|
||||||
DOCKERFILE = DebugDockerfile
|
DOCKERFILE = DebugDockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue