When `PACT_BROKER_CAN_I_DEPLOY_DRY_RUN` is set to ...
# pact-broker
s
When
PACT_BROKER_CAN_I_DEPLOY_DRY_RUN
is set to
true
do
[--retry-interval=SECONDS]
and
[--retry-while-unknown=TIMES]
have any affect?
b
Dry run and the retry settings have no effect on each other.
It will still retry while there are unknown results. The dry run only changes the exit status at the end.
s
👍