diff --git a/deploy-invttrdg.sh b/deploy-invttrdg.sh index bfb78cc..7349021 100755 --- a/deploy-invttrdg.sh +++ b/deploy-invttrdg.sh @@ -408,8 +408,8 @@ if [ "$DEVOPS_RESPONSE" != "{}" ] && [ -n "$DEVOPS_RESPONSE" ]; then if [ -n "$DEPLOYED_COMMIT_SHA" ]; then ok "Deployed commit: $DEPLOYED_COMMIT_SHA" - info "Full SHA: $DEPLOYED_COMMIT_FULL" - info "Message: $DEPLOYED_MESSAGE" + log "Full SHA: $DEPLOYED_COMMIT_FULL" + log "Message: $DEPLOYED_MESSAGE" # Compare with expected latest commit cd "$REPO_DIR"