From 6db9beffb2b900ec11c51507ecfe64a97f0ffadf Mon Sep 17 00:00:00 2001 From: Scott Wittenburg Date: Tue, 5 Dec 2023 18:36:58 -0700 Subject: [PATCH] try to make shellcheck happy again --- scripts/ci/circle/postCDashStatus.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/circle/postCDashStatus.sh b/scripts/ci/circle/postCDashStatus.sh index 8d6461e2cd..cf55d627df 100755 --- a/scripts/ci/circle/postCDashStatus.sh +++ b/scripts/ci/circle/postCDashStatus.sh @@ -6,9 +6,9 @@ COMMIT=${CIRCLE_SHA1} CDASH_STATUS_CONTEXT="cdash" # CIRCLE_WORKING_DIRECTORY contains a '~', which is not expanded inside quotes # shellcheck disable=SC2086 -pushd ${CIRCLE_WORKING_DIRECTORY} +pushd ${CIRCLE_WORKING_DIRECTORY} || exit WORKING_DIR=$(pwd) -popd +popd || exit build_status_body() { cat <