Skip to content

Commit

Permalink
Update ci/scripts/run_ci.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
1 parent 338831c commit a839b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ for pr in ${pr_list}; do
rc=$?

if [[ "${rc}" -ne 0 ]]; then
output_ci="${pr_dir}"/output_runtime_single.log
output_ci="${pr_dir}/output_runtime_single.log"
{
echo "${pslot} has *** STALLED **** on ${MACHINE_ID^}"
echo "A job in experiment ${pslot} in ${pslot_dir}"
Expand Down

0 comments on commit a839b4b

Please sign in to comment.