From b2c7a614f338971f4016a8f09e2133ade01ca0a9 Mon Sep 17 00:00:00 2001 From: zachaller Date: Fri, 21 Oct 2022 14:17:35 -0500 Subject: [PATCH] always return true so that we can run within GOPATH as well Signed-off-by: zachaller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3700027b5c..e04235a207 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ k8s-proto: go-mod-vendor $(TYPES) --proto-import $(CURDIR)/vendor \ --proto-import=${DIST_DIR}/protoc-include touch pkg/apis/rollouts/v1alpha1/generated.proto - cp -R ${GOPATH}/src/github.com/argoproj/argo-rollouts/pkg . + cp -R ${GOPATH}/src/github.com/argoproj/argo-rollouts/pkg . | true # generates *.pb.go, *.pb.gw.go, swagger from .proto files