var dryrun = true; #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
in node.js, at line 332, it says "var dryrun = true;", hard coded, since 2019-04-03, v1.7.1,
e5e7377712
That cannot have been intended for release, can it?
Yes. The dryrun happens before the actual challenge. If the dryrun fails, the real challenge will also fail.
See coolaj86/acme-v2.js#4
The option
skipChallengeTest
will skip the dry run:https://git.coolaj86.com/coolaj86/acme-v2.js/src/branch/master/node.js#L294