diff --git a/script/Makefile b/script/Makefile index ea48457775..48bfd6a088 100644 --- a/script/Makefile +++ b/script/Makefile @@ -30,7 +30,7 @@ LINT_DEADLINE := 10m # Used to push pre-release artifacts STAGING_IMAGE_NAME := docker.io/camelk/camel-k -STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1251 +STAGING_RUNTIME_REPO := # Define here the repo containing the default Kamelet catalog (if any) KAMELET_CATALOG_REPO := diff --git a/script/build_catalog.sh b/script/build_catalog.sh index a29a0e83e7..dc5f8caaf0 100755 --- a/script/build_catalog.sh +++ b/script/build_catalog.sh @@ -26,6 +26,7 @@ if [ "$#" -ge 1 ]; then -Dcatalog.path=${rootdir}/deploy \ -Druntime.version=$runtimeVersion \ -B \ + -U \ "$@" else echo "usage: $0 runtime.version catalog.runtime [staging.repo]"