From 9c3d2fc778420c0150390db8b9b4dba4a0d7eba2 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 30 Mar 2022 11:23:46 +0200 Subject: [PATCH] fix(ci): fix ci crashing when just testing --- tools/build-release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build-release.sh b/tools/build-release.sh index 513a3f67e8e..80c69225d19 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -67,8 +67,10 @@ main() { upload_index fi validate_catalog + if [ "${production}" == "true" ]; then upload_catalog upload_dhcatalog + fi else echo "Nothing to do. No chart changes detected." fi