Closed jcdesrochers closed 8 years ago
The match apply {script} ... command works when it is executed alone in the CLI, but it is not working when it is part of a post-deploy script.
match apply {script} ...
The matching part seems to work (the log output is coherent), but the script specified is never executed.
Fixed in commit 2a99eed
The
match apply {script} ...
command works when it is executed alone in the CLI, but it is not working when it is part of a post-deploy script.The matching part seems to work (the log output is coherent), but the script specified is never executed.