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 c2278e318 fix(release): remove crds java
c2278e318 is described below

commit c2278e318d86601a4e926d1ee7da3d8ee0730055
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Sat Feb 8 11:25:04 2025 +0100

    fix(release): remove crds java
---
 release-utils/scripts/upload-source.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/release-utils/scripts/upload-source.sh 
b/release-utils/scripts/upload-source.sh
index 3f766b9f8..fe1dacc1d 100755
--- a/release-utils/scripts/upload-source.sh
+++ b/release-utils/scripts/upload-source.sh
@@ -30,7 +30,6 @@ cd $1/
 
 wget https://github.com/apache/camel-k/archive/refs/tags/v$1.tar.gz -O 
camel-k-sources-$1.tar.gz
 cp ../../../camel-k-client-$1-* .
-cp ../../../java/crds/target/camel-k-crds-$1.jar .
 cp ../../../sbom.json .
 cd ../
 ./sign.sh $1/

Reply via email to