This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 956ee3c23a9c759c4989ec667c22328828014cda Author: Pasquale Congiusti <[email protected]> AuthorDate: Wed Feb 1 11:35:28 2023 +0100 chore: move back to proper kamelet tag --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 79d38a6d0..d6c1c5d86 100644 --- a/script/Makefile +++ b/script/Makefile @@ -80,7 +80,7 @@ STAGING_RUNTIME_REPO := INSTALL_DEFAULT_KAMELETS ?= true KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git # Optional tag for the default Kamelet catalog (change this to a tag before release) -KAMELET_CATALOG_REPO_TAG := main +KAMELET_CATALOG_REPO_TAG := v0.9.4 # 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.
