Cyrus Devnomad
07/27/2022, 6:45 AMdocker run --rm -v //home/someuser/ContractTesting/Bi-Directional/cypress_postman/<example-bi-directional-provider-postman://home/someuser/ContractTesting/Bi-Directional/cypress_postman/example-bi-directional-provider-postman> -w /home/someuser/ContractTesting/Bi-Directional/cypress_postman/example-bi-directional-provider-postman -e PACT_BROKER_BASE_URL -e PACT_BROKER_TOKEN pactfoundation/pact-cli:latest pactflow publish-provider-contract \
oas/swagger.yml \
--provider "pactflow-example-bi-directional-provider-postman" \
--provider-app-version 1b8982-master+1b8982 \
--branch master \
--content-type application/yaml \
--verification-exit-code=0 \
--verification-results newman/newman-run-report-2022-07-27-06-17-15-353-0.json \
--verification-results-content-type text/plain\
--verifier postman
/pact/entrypoint.sh: exec: line 15: pactflow: not found
make[1]: *** [Makefile:57: publish_provider_contract] Error 127
make[1]: Leaving directory '/home/someuser/ContractTesting/Bi-Directional/cypress_postman/example-bi-directional-provider-postman'
make: *** [Makefile:49: test_and_publish] Error 2
Any hints what could be the cause of the problem?Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
docker run --rm pactfoundation/pact-cli:latest pactflow publish-provider-contract
Cyrus Devnomad
07/27/2022, 7:39 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
docker pull pactfoundation/pact-cli:latest
and try again?Cyrus Devnomad
07/27/2022, 7:53 AMmake test_and_publish
command in the postman example was not pulling the latest docker image?Matt (pactflow.io / pact-js / pact-go)
pull
Cyrus Devnomad
07/27/2022, 7:56 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Cyrus Devnomad
07/27/2022, 7:59 AM