fix(deploy): correct log function usage in commit verification

This commit is contained in:
root 2026-05-13 02:20:48 +00:00
parent b4efba965c
commit 388c564ccf

View File

@ -408,8 +408,8 @@ if [ "$DEVOPS_RESPONSE" != "{}" ] && [ -n "$DEVOPS_RESPONSE" ]; then
if [ -n "$DEPLOYED_COMMIT_SHA" ]; then if [ -n "$DEPLOYED_COMMIT_SHA" ]; then
ok "Deployed commit: $DEPLOYED_COMMIT_SHA" ok "Deployed commit: $DEPLOYED_COMMIT_SHA"
info "Full SHA: $DEPLOYED_COMMIT_FULL" log "Full SHA: $DEPLOYED_COMMIT_FULL"
info "Message: $DEPLOYED_MESSAGE" log "Message: $DEPLOYED_MESSAGE"
# Compare with expected latest commit # Compare with expected latest commit
cd "$REPO_DIR" cd "$REPO_DIR"