Skip to content

Commit

Permalink
Fix pact publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Sep 18, 2024
1 parent 73a1f73 commit bcdeccf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcdeccf

Please sign in to comment.