add test
renovate / renovate (push) Successful in 1m26s

This commit is contained in:
2025-12-02 23:05:58 -06:00
parent b29a9f2afa
commit da1fe3f7ed
+4 -2
View File
@@ -118,8 +118,10 @@ jobs:
| while read cmd; do echo "$cmd" | sh; done || true
done
echo ">> Update repository cache ..."
helm repo update
if helm repo list | tail +2 | read -r; then
echo ">> Update repository cache ..."
helm repo update
fi
echo "----"