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