From bcdeccf2f62280389e36c85cf431ed511ad81792 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 84c51c5a77..0d412ba4e1 100644 --- a/Makefile +++ b/Makefile @@ -25,12 +25,11 @@ pact-consumer: pact-broker publish ./pacts/consumer \ --auto-detect-version-properties \ --consumer-app-version ${GIT_TAG} || true; \ - pact-broker record-release \ --pacticipant kots \ --version ${PACT_VERSION} \ --environment production \ - --verbose + --verbose || true; \ fi .PHONY: e2e