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/06/26 11:02:20 UTC

[camel] branch main updated: (chores) ci: only fail on alternative OS build for build failures

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 65b8411f1cc (chores) ci: only fail on alternative OS build for build failures
65b8411f1cc is described below

commit 65b8411f1cc89f51ccd787a80af07165c9cf5d5c
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Jun 26 13:01:20 2023 +0200

    (chores) ci: only fail on alternative OS build for build failures
---
 .github/workflows/alternative-os-build-main.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/alternative-os-build-main.yml b/.github/workflows/alternative-os-build-main.yml
index 5c599f9deee..66ed5f07df0 100644
--- a/.github/workflows/alternative-os-build-main.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -54,7 +54,3 @@ jobs:
           name: build-${{ matrix.os }}
           path: build.log
           retention-days: 2
-      - 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; }