You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2022/01/19 08:39:39 UTC

[camel-k] branch main updated: Fix #2788: use kamelets 0.7.0 and align with new dir structure

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

astefanutti 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 1a53f4b  Fix #2788: use kamelets 0.7.0 and align with new dir structure
1a53f4b is described below

commit 1a53f4bf289abb41f772503a2e1065c3e502e01c
Author: nicolaferraro <ni...@gmail.com>
AuthorDate: Tue Jan 18 16:47:36 2022 +0100

    Fix #2788: use kamelets 0.7.0 and align with new dir structure
---
 script/Makefile           | 2 +-
 script/bundle_kamelets.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index 16c0198..b5ca872 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -59,7 +59,7 @@ STAGING_RUNTIME_REPO :=
 # Define here the repo containing the default Kamelet catalog (if any)
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
 # Optional branch for the default Kamelet catalog (change this to a tag before release)
-KAMELET_CATALOG_REPO_BRANCH := v0.5.0
+KAMELET_CATALOG_REPO_BRANCH := v0.7.0
 
 # When packaging artifacts into the docker image, you can "copy" them from local maven
 # or "download" them from Apache Snapshots and Maven Central
diff --git a/script/bundle_kamelets.sh b/script/bundle_kamelets.sh
index 9f2c417..990da92 100755
--- a/script/bundle_kamelets.sh
+++ b/script/bundle_kamelets.sh
@@ -44,6 +44,6 @@ echo "Cloning repository $repo on branch $branch to bundle kamelets..."
 rm -rf ./tmp_kamelet_catalog
 git clone -b $branch --single-branch --depth 1 $repo ./tmp_kamelet_catalog
 
-cp ./tmp_kamelet_catalog/*.kamelet.yaml $target
+cp ./tmp_kamelet_catalog/kamelets/*.kamelet.yaml $target
 
 rm -rf ./tmp_kamelet_catalog