This is an automated email from the ASF dual-hosted git repository. tcunning pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 90514715ad026c76209304b129f28042ca497ac5 Author: Tom Cunningham <[email protected]> AuthorDate: Tue Apr 14 16:01:32 2026 -0400 Add PWD to parse_errors.sh debugging output --- .github/actions/incremental-build/parse_errors.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/incremental-build/parse_errors.sh b/.github/actions/incremental-build/parse_errors.sh index a1d7a70749b..464b56cefdb 100755 --- a/.github/actions/incremental-build/parse_errors.sh +++ b/.github/actions/incremental-build/parse_errors.sh @@ -21,8 +21,11 @@ set +e LOG_FILE=$1 +# Echo immediately to verify script is being invoked +echo "" >&2 echo "============================================================" >&2 echo "[parse_errors.sh START] $(date '+%Y-%m-%d %H:%M:%S')" >&2 +echo "[parse_errors.sh] PWD: $(pwd)" >&2 echo "[parse_errors.sh] Processing: $LOG_FILE" >&2 echo "============================================================" >&2
