javaduke commented on PR #3686: URL: https://github.com/apache/camel-quarkus/pull/3686#issuecomment-1102961298
It fails with complains that there are uncommitted changes: ``` Run [[ -z $(git status --porcelain | grep -v antora.yml) ]] || { echo 'There are uncommitted changes'; git status; exit 1; } [10](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:10) There are uncommitted changes [11](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:11) HEAD detached at pull/3686/merge [12](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:12) Changes not staged for commit: [13](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:13) (use "git add <file>..." to update what will be committed) [14](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:14) (use "git restore <file>..." to discard changes in working directory) [15](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:15) modified: poms/bom/src/main/generated/flattened-reduced-pom.xml [16](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:16) modified: poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml [17](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:17) [18](https://github.com/apache/camel-quarkus/runs/6080356797?check_suite_focus=true#step:10:18) no changes added to commit (use "git add" and/or "git commit -a") ``` I have the same issue with the CXF extension CI build, and I can't reproduce it locally, so I have no idea what is wrong. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org