Hello, I am having one problem when deploying a co...
# pact-jvm
r
Hello, I am having one problem when deploying a consumer with a new contract in an specific environment with bamboo. The first task is to run can-i-deploy, but it fails because there is still no contract in the pact broker. This is the error i get:
There is no verified pact between version 1.1676-706b8189 of consumer-service and the version of provider-service currently deployed to dev-environent (2.2569-b9b30e5d4)
To fix it, what I do is to disable the can-i-do-deploy task the first time I deploy a consumer with a new contract, and after that everything works normally. Is that the correct way to do it or I am missing something? Thanks