add test
All checks were successful
renovate / renovate (push) Successful in 1m26s

This commit is contained in:
2025-12-02 23:05:58 -06:00
parent b29a9f2afa
commit da1fe3f7ed

View File

@@ -118,8 +118,10 @@ jobs:
| while read cmd; do echo "$cmd" | sh; done || true | while read cmd; do echo "$cmd" | sh; done || true
done done
if helm repo list | tail +2 | read -r; then
echo ">> Update repository cache ..." echo ">> Update repository cache ..."
helm repo update helm repo update
fi
echo "----" echo "----"