fix(ci): fix ci crashing when just testing

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-30 11:23:46 +02:00
parent af759d04a2
commit 9c3d2fc778

View File

@@ -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