You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/06/07 07:57:52 UTC

[camel-k] branch main updated: chore(ci): mvn quiet

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ddb8bde88 chore(ci): mvn quiet
ddb8bde88 is described below

commit ddb8bde889c5c66c2bc0e3b4f46e544fcaa628fd
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Jun 7 09:57:47 2023 +0200

    chore(ci): mvn quiet
---
 .github/actions/release-nightly/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/release-nightly/action.yml b/.github/actions/release-nightly/action.yml
index 71390e5de..777b5116d 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -138,4 +138,4 @@ runs:
       working-directory: java
       shell: bash
       run: |
-        ./mvnw clean deploy --settings ../.github/asf-deploy-settings.xml
+        ./mvnw clean deploy --settings ../.github/asf-deploy-settings.xml -q