I seem to be unable to escape backticks in commands in a drone pipeline (v0.8). None of the commands below seem to work and yield the usual error: “/bin/sh: syntax error: EOF in backquote substitution” - I’ve tried different counts of backticks, backslashs, and other odd ways of escaping the backticks. I can probably resolve the issue by writing my commands as a script, but I feel like this should be able to be escaped without needing to go down into another shell script.
Trying to print ``` to post a markdown comment, but there seems to be some kind of parsing that’s going on that makes odd number backticks not work, with or without scalars: