Skip to content

Commit

Permalink
Specify which CI (GW or standalone) in emcbot output
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Dec 6, 2024
1 parent f8ad5b9 commit 355446b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 355446b

Please sign in to comment.