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 2024/01/10 08:29:47 UTC

(camel-k) branch release-2.2.x updated: fix(ci): remove maven logging release

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

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


The following commit(s) were added to refs/heads/release-2.2.x by this push:
     new 520d3dc7e fix(ci): remove maven logging release
520d3dc7e is described below

commit 520d3dc7e94a0f7d33b1ede806f8759ea6111d0a
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Jan 10 09:28:38 2024 +0100

    fix(ci): remove maven logging release
---
 .github/actions/release-nightly/action.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/actions/release-nightly/action.yml b/.github/actions/release-nightly/action.yml
index 308937ce0..80bfd5e97 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -155,8 +155,3 @@ runs:
       run: |
         mvn clean deploy --settings ../../.github/asf-deploy-settings.xml -q
 
-    - name: Deploy Camel-K-maven-logging to ASF Snapshots Repository
-      working-directory: java/maven-logging
-      shell: bash
-      run: |
-        mvn clean deploy --settings ../../.github/asf-deploy-settings.xml -q