From 355446bb13924457e6f7776a953f01532f8ee698 Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Fri, 6 Dec 2024 17:41:28 +0000 Subject: [PATCH] Specify which CI (GW or standalone) in emcbot output --- ci/run_ci.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/run_ci.sh b/ci/run_ci.sh index 9579ac850..4897a9a80 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -60,7 +60,11 @@ fi # ============================================================================== # start output file -echo "Automated GDASApp Testing Results:" > $outfile +if [[ $TEST_WORKFLOW == 1 ]]; then + echo "Automated GW-GDASApp Testing Results:" > $outfile +else + echo "Automated GDASApp Testing Results:" > $outfile +fi echo "Machine: ${TARGET}" >> $outfile echo '```' >> $outfile echo "Start: $(date) on $(hostname)" >> $outfile