You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2023/05/30 17:00:40 UTC

[qpid-proton] branch main updated: Remove workaround for continuing the otel build after errors

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new fbadb9169 Remove workaround for continuing the otel build after errors
fbadb9169 is described below

commit fbadb9169fdc2ebe34456ee2f254b375c759b420
Author: Rakhi Kumari <ra...@gmail.com>
AuthorDate: Tue May 30 18:07:28 2023 +0530

    Remove workaround for continuing the otel build after errors
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 99963e202..e45f36e8b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
     - name: OTel build/install
       if: runner.os == 'Linux'
       working-directory: ${{github.workspace}}
-      run: sudo sh ./ci/otel.sh || echo "Couldn't build Opentelemetry, continuing..."
+      run: sudo sh ./ci/otel.sh
       shell: bash
     - name: cmake configure
       working-directory: ${{env.BuildDir}}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org