ignore cdp-specific build dir

This commit is contained in:
Sergey Dudoladov 2019-10-02 14:18:29 +02:00
parent 9ae7ad73d8
commit 4e6266babf
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ GITSTATUS = $(shell git status --porcelain || echo "no changes")
SOURCES = cmd/main.go
VERSION ?= $(shell git describe --tags --always --dirty)
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)
DOCKERFILE = DebugDockerfile