You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/07/20 14:33:30 UTC

[camel] branch main updated: (chores) ci: fix summary script location

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

orpiske 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 06e01fc6e2a (chores) ci: fix summary script location
06e01fc6e2a is described below

commit 06e01fc6e2a7253194fb8a0bc9b1e0fd63cafdd1
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jul 20 16:32:41 2023 +0200

    (chores) ci: fix summary script location
---
 .github/actions/incremental-build/incremental-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/incremental-build/incremental-build.sh b/.github/actions/incremental-build/incremental-build.sh
index 0b301261a60..76f7282b37d 100755
--- a/.github/actions/incremental-build/incremental-build.sh
+++ b/.github/actions/incremental-build/incremental-build.sh
@@ -132,7 +132,7 @@ function main() {
     fi
   fi
 
-  ./parse_errors.sh $log
+  ./.github/actions/incremental-build/parse_errors.sh $log
 }
 
 main "$@"