This is an automated email from the ASF dual-hosted git repository. tsato 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 4281ab0e8 chore(build): clean up staging repo for 1.11.0 release 4281ab0e8 is described below commit 4281ab0e8bed4583e965bc07f3f60eebcd96fa41 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Tue Dec 13 13:36:53 2022 +0900 chore(build): clean up staging repo for 1.11.0 release --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 22e0d8b8d..b6583c8a0 100644 --- a/script/Makefile +++ b/script/Makefile @@ -75,7 +75,7 @@ OPM := opm # Used to push pre-release artifacts STAGING_IMAGE_NAME := docker.io/camelk/camel-k -STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1499 +STAGING_RUNTIME_REPO := # Define here the repo containing the default Kamelet catalog (if any) KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git