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/12/19 17:41:37 UTC

(camel-k) branch main updated: chore(ci): minor process adjustments

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 78e330596 chore(ci): minor process adjustments
78e330596 is described below

commit 78e33059645d5d7a25cffe6b4ea762b343b64fba
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Dec 19 18:40:44 2023 +0100

    chore(ci): minor process adjustments
---
 release-utils/scripts/upload-source.sh | 2 +-
 script/Makefile                        | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/release-utils/scripts/upload-source.sh b/release-utils/scripts/upload-source.sh
index f026f3530..cd376bf82 100755
--- a/release-utils/scripts/upload-source.sh
+++ b/release-utils/scripts/upload-source.sh
@@ -30,7 +30,7 @@ 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/target/camel-k-crds-$1.jar .
+cp ../../../java/crds/target/camel-k-crds-$1.jar .
 cd ../
 ./sign.sh $1/
 svn import $1/ https://dist.apache.org/repos/dist/dev/camel/camel-k/$2/ -m "Import camel-k release"
diff --git a/script/Makefile b/script/Makefile
index 0fb0f2637..634b03152 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -509,9 +509,6 @@ set-version:
 git-tag:
 	./script/git_tag.sh $(CUSTOM_VERSION) $(RELEASE_GIT_REMOTE)
 
-fabric8-crds:
-	@mvn -f java/crds/pom.xml clean package
-
 cross-compile:
 	# we must wrap the goldflags parameters with quotes as they will need to
 	# be processed as a single argument by the cross compile script
@@ -519,7 +516,7 @@ cross-compile:
 
 release: clean codegen set-version build-resources check-licenses images images-push cross-compile git-tag
 
-release-staging: clean codegen set-version build-resources check-licenses images-all images-push-staging cross-compile fabric8-crds git-tag
+release-staging: clean codegen set-version build-resources check-licenses images-all images-push-staging cross-compile git-tag
 
 # Build images
 images-nightly: clean codegen set-version build-resources images