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 ad6beda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pact-consumer:
--pacticipant kots \
--version ${PACT_VERSION} \
--environment production \
--verbose
--verbose || true; \
fi

.PHONY: e2e
Expand Down

0 comments on commit ad6beda

Please sign in to comment.