This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.12.x by this push:
new 75f9a549c chore(ci): mvn quiet
75f9a549c is described below
commit 75f9a549c6fe05037c958d7d3c46a636818ff026
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jun 7 09:57:24 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 8993b03ee..8b0df2fcb 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -123,4 +123,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