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 16b56f45a fix(ci): use kamelets tag
16b56f45a is described below
commit 16b56f45ac85404442f1b37c2d45627717396924
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Jan 3 08:43:59 2023 +0100
fix(ci): use kamelets tag
---
script/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index 9f3df77df..42223754b 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -84,7 +84,8 @@ STAGING_RUNTIME_REPO :=
# Kamelets options
INSTALL_DEFAULT_KAMELETS ?= true
KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
-KAMELET_CATALOG_REPO_TAG := 0.10.x
+# Make sure to use a released tag or empty if you want to get the latest
development bits
+KAMELET_CATALOG_REPO_TAG := v0.10.0
# When performing integration tests, it is not necessary to always execute
build, especially
# in e2e tests when lots of tests are being executed sequentially & the build
has already taken place.