fix(cicd): trigger rebuild after fixing Gitea URL-encoded password
All checks were successful
Build & Deploy to K8s / build-and-deploy (push) Successful in 13s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ho Ngoc Hai
2026-04-10 21:48:29 +07:00
parent 84f21a4d1c
commit e32d13ecbc

View File

@@ -293,3 +293,4 @@ jobs:
if [ $FAILED -gt 0 ]; then if [ $FAILED -gt 0 ]; then
echo "⚠️ ${FAILED} service(s) did not complete rollout" echo "⚠️ ${FAILED} service(s) did not complete rollout"
fi fi
# Fri 10 Apr 2026 21:48:29 +07