From 96247c1248c9593a464dfd697ce700c69352dffa Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Mon, 2 Sep 2024 16:52:19 -0400 Subject: [PATCH] homestore /works/cvtt ownership moved to cvtt --- release_version.txt | 2 +- scripts/mkt_data/checklists/eqty_md_chcklst.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/release_version.txt b/release_version.txt index 0ac8b22..2a35105 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.6.3F2,homestore /works/cvtt ownership moved to cvtt +1.6.3F3,homestore /works/cvtt ownership moved to cvtt diff --git a/scripts/mkt_data/checklists/eqty_md_chcklst.sh b/scripts/mkt_data/checklists/eqty_md_chcklst.sh index 4563a46..5c0c7d2 100755 --- a/scripts/mkt_data/checklists/eqty_md_chcklst.sh +++ b/scripts/mkt_data/checklists/eqty_md_chcklst.sh @@ -52,9 +52,9 @@ function cleanup { trap cleanup EXIT echo "## :fire: EQUITY MD HEALTH CHECK" >> ${tmpfile} -echo '```' >> ${tmpfile} -run_checklist >> ${tmpfile} -echo '```' >> ${tmpfile} +echo '```' | tee -a ${tmpfile} +run_checklist | tee -a ${tmpfile} +echo '```' | tee -a ${tmpfile} cat ${tmpfile} | ${Sender} ${StatusChannel}