Skip to content

Commit 9051471

Browse files
committed
Add PWD to parse_errors.sh debugging output
1 parent b4e993c commit 9051471

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/incremental-build/parse_errors.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ set +e
2121

2222
LOG_FILE=$1
2323

24+
# Echo immediately to verify script is being invoked
25+
echo "" >&2
2426
echo "============================================================" >&2
2527
echo "[parse_errors.sh START] $(date '+%Y-%m-%d %H:%M:%S')" >&2
28+
echo "[parse_errors.sh] PWD: $(pwd)" >&2
2629
echo "[parse_errors.sh] Processing: $LOG_FILE" >&2
2730
echo "============================================================" >&2
2831

0 commit comments

Comments
 (0)