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

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

commit 511e2f3b1fff38767b929302fa8e55aac61720f6
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon May 24 17:54:07 2021 +0100

    Reduce log noise in integration tests step
---
 .github/workflows/ci-build.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index e8ee35a..ac4ee79 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -151,7 +151,6 @@ jobs:
           sudo chmod +x /usr/local/bin/yq
       - name: Integration Tests
         run: |
-          set -x
           for MODULE in $(cat tooling/scripts/test-categories.yaml | yq r - 
"${{ matrix.category }}.*"); do
             if [ "${MODULE}" == "-" ]; then
               continue

Reply via email to