From 342ed35247b63558e5acc2b630730885204a41a0 Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Wed, 8 May 2024 14:14:41 -0600 Subject: [PATCH] Fixing paths for new CI --- tests/local/utils/attach_all_plots.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/local/utils/attach_all_plots.bash b/tests/local/utils/attach_all_plots.bash index fa91c5fca..2b1281a17 100644 --- a/tests/local/utils/attach_all_plots.bash +++ b/tests/local/utils/attach_all_plots.bash @@ -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