From ad6bedaaaf878fba9241bc62d0272ebbd57684c8 Mon Sep 17 00:00:00 2001 From: divolgin Date: Wed, 18 Sep 2024 07:13:40 -0700 Subject: [PATCH] Fix pact publish command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84c51c5a77..c5c1b452c7 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ pact-consumer: --pacticipant kots \ --version ${PACT_VERSION} \ --environment production \ - --verbose + --verbose || true; \ fi .PHONY: e2e