Skip to content

Commit

Permalink
debugging: plots should attach to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed May 22, 2024
1 parent 1bd34d5 commit bded8a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/local/utils/attach_all_plots.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ REPO=NCAR/wrf_hydro_nwm_public

cd $diffs

set -e -x

for d in `ls -1`
do
echo "attach_all_plots.py:26"
if [[ -d $d && `ls -1 $d` ]]; then
echo "attach_all_plots.py:28"
python $cwd/attach_plots_to_pr.py -r $REPO -p $PR -d -t "$TOKEN" --title "$title" $d/*
fi
done

0 comments on commit bded8a5

Please sign in to comment.