Oytun Yüksel
04/12/2022, 1:28 PMpact-broker can-i-deploy --pacticipant $APP_NAME --version $CI_COMMIT_SHORT_SHA --branch=$CI_COMMIT_BRANCH --to-environment $ENVIRONMENT --retry-while-unknown=12 --retry-interval=10 --verbose
Fábio Rodrigues
04/12/2022, 1:33 PMOytun Yüksel
04/12/2022, 1:46 PMThere is no verified pact between the version of ShipmentAPI currently deployed to dev (75e21c4a) and version 33cf4ee4 of AddressAPI
On consumer side:
There is no verified pact between version f5e7fb28 of ShipmentAPI and the version of AddressAPI currently deployed to dev (no such version exists)
Matt (pactflow.io / pact-js / pact-go)
$ENVIRONMENT
must have verified the contract associated with $APP_NAME
version $CI_COMMIT_SHORT_SHA
and the provider must also have a matching branch $CI_COMMIT_BRANCH
Yousaf Nabi (pactflow.io)
Matt (pactflow.io / pact-js / pact-go)
f5e7fb28
of your consumerMatt (pactflow.io / pact-js / pact-go)
Oytun Yüksel
04/12/2022, 2:49 PMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)