This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.11.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.11.x by this push: new 255772737 chore: bring back proper kamelet tag 255772737 is described below commit 255772737af7e3a10e789cb5b31ac0be0be91e2c Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Wed Feb 1 11:37:26 2023 +0100 chore: bring back proper kamelet tag --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index f6559a07d..83238b75d 100644 --- a/script/Makefile +++ b/script/Makefile @@ -79,7 +79,7 @@ STAGING_RUNTIME_REPO := # Kamelets options INSTALL_DEFAULT_KAMELETS ?= true KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git -KAMELET_CATALOG_REPO_TAG := main +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.