You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/10/12 14:37:32 UTC

[camel-k] 02/02: chore(build): rebuild cache to avoid stale dependencies on ci

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0cc8d9442e2f8d02b5cb4ee58af57ea8f38914ce
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Mon Oct 12 14:33:18 2020 +0200

    chore(build): rebuild cache to avoid stale dependencies on ci
---
 script/build_catalog.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/script/build_catalog.sh b/script/build_catalog.sh
index a29a0e8..dc5f8ca 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]"