Skip to content

Commit

Permalink
Fixing paths for new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed May 8, 2024
1 parent c0d22ef commit 342ed35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/local/utils/attach_all_plots.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
PR=$1
CONFIG=$2
cwd=`pwd`
diffs=$GITHUB_WORKSPACE/test_report/$CONFIG/diff_plots
diffs=$GITHUB_WORKSPACE/test_report/$CONFIG

if [[ ! -d $diffs ]]; then
echo "No diff plots to attach at ${diffs}!"
echo "No diff plots to attach at ${diffs}"
exit 0
fi

Expand Down

0 comments on commit 342ed35

Please # to comment.