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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]