My bash code has <<< in it but CircleCI tries to parse the first two << as the start of a pipeline variable. How can I escape this so the run step interprets the <<< as the bash here-string?
CircleCI output says ('<<' must be escaped as '\\<<' in config v2.1+) but I’ve tried \\<<< and it does not work