From 8cb72d8d7d9a46b25ff1e641af3528d0fa48d557 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 4 Nov 2023 12:23:25 +0100 Subject: [PATCH] Explain ignored exit code. --- .ci/phpmd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/phpmd.sh b/.ci/phpmd.sh index 3af9cb49f8..f58b80e6d5 100644 --- a/.ci/phpmd.sh +++ b/.ci/phpmd.sh @@ -44,6 +44,8 @@ EXIT_CODE=$? cd $SCRIPT_DIR/.. +echo "Exit code is $EXIT_CODE, but we ignore this for the time being." + # for the time being, exit 0 #exit $EXIT_CODE exit 0