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

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


The following commit(s) were added to refs/heads/quarkus-main by this push:
     new e13b95f3e1 Debug why there are uncommitted changes on the CI build
e13b95f3e1 is described below

commit e13b95f3e1efebec0b07c03b64ba6a7d8c027e7e
Author: James Netherton <[email protected]>
AuthorDate: Thu Apr 21 12:54:55 2022 +0100

    Debug why there are uncommitted changes on the CI build
---
 .github/workflows/ci-build.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 4d46d14d74..f12f95ee39 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -96,6 +96,7 @@ jobs:
       - name: Fail if there are uncommitted changes
         shell: bash
         run: |
+          git --no-pager diff
           [[ -z $(git status --porcelain | grep -v antora.yml) ]] || { echo 
'There are uncommitted changes'; git status; exit 1; }
       - name: Tar Maven Repo
         shell: bash

Reply via email to