From 835fec7f32062cb7f9cc8bfcc8ebb4e1bb1333c5 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 5 Aug 2019 12:23:10 -0400 Subject: [PATCH] Escape string literal --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13f05a1bf..a783e6a0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,9 +62,9 @@ jobs: cd "/home/circleci/repo/platform/viewer/coverage" touch reports cat coverage.xml >> reports - echo "<<<<<< EOF" >> reports + echo "\<<\<<\<< EOF" >> reports cat lcov.info >> reports - echo "<<<<<< EOF" >> reports + echo "\<<\<<\<< EOF" >> reports - codecov/upload: conf: "home/circleci/repo/.codecov.yml"