This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 76a810a7236f36d4b3b155eb20189319a1c69daf Author: JiriOndrusek <[email protected]> AuthorDate: Fri Nov 25 16:11:47 2022 +0100 Adding into CI build of investigation purposes --- .github/workflows/ci-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index abe2ef3492..fe113a0e47 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -98,7 +98,7 @@ jobs: - name: Fail if there are uncommitted changes shell: bash run: | - [[ -z $(git status --porcelain | grep -v antora.yml) ]] || { echo 'There are uncommitted changes'; git status; exit 1; } + [[ -z $(git status --porcelain | grep -v antora.yml) ]] || { git --no-pager diff; echo 'There are uncommitted changes'; git status; exit 1; } - name: Tar Maven Repo shell: bash run: |
