When doing builds from github actions or other CI/CD systems it's often good to not fail on repeated production builds of the same package, so this new flag allows you to tell gpr to succeed when pushing a duplicate version (other than showing the server-provided error in the output).
There doesn't seem to be any mocking set up for the network-related parts of the code, so there's no tests.
When doing builds from github actions or other CI/CD systems it's often good to not fail on repeated production builds of the same package, so this new flag allows you to tell gpr to succeed when pushing a duplicate version (other than showing the server-provided error in the output). There doesn't seem to be any mocking set up for the network-related parts of the code, so there's no tests.