This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b969cdf327d chore: increase CI build log tail from 50 to 500 lines 
(#23749)
5b969cdf327d is described below

commit 5b969cdf327da54d0d60b6c5bbf377269a7a8282
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Jun 4 14:59:12 2026 +0200

    chore: increase CI build log tail from 50 to 500 lines (#23749)
---
 .github/actions/incremental-build/incremental-build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/incremental-build/incremental-build.sh 
b/.github/actions/incremental-build/incremental-build.sh
index fa7f50ac7b17..6bd172ef7ae0 100755
--- a/.github/actions/incremental-build/incremental-build.sh
+++ b/.github/actions/incremental-build/incremental-build.sh
@@ -834,9 +834,9 @@ main() {
     # Show end of build log
     if [[ -f "$log" ]]; then
       echo ""
-      echo "Last 50 lines of build log:"
+      echo "Last 500 lines of build log:"
       echo "------------------------------------------------------------"
-      tail -50 "$log"
+      tail -500 "$log"
       echo "------------------------------------------------------------"
       echo ""
     else

Reply via email to