Skip to content

Commit

Permalink
try to make shellcheck happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwittenburg committed Dec 6, 2023
1 parent f3c8385 commit 6db9bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/circle/postCDashStatus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
Expand Down

0 comments on commit 6db9bef

Please sign in to comment.