Skip to content

Commit 95879b8

Browse files
author
Taniya Mathur
committed
fix: update log message to match GitLab CI pattern extraction
1 parent ba18ac3 commit 95879b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/codebuild_deployment.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def main():
612612
})
613613

614614
# Step 3: Generate deployment summary using Bedrock (but don't print yet)
615-
print("\n🤖 Analyzing deployment results...")
615+
print("\n🤖 Generating deployment summary with Bedrock...")
616616
ai_summary = None
617617
try:
618618
if not publish_success:
@@ -629,12 +629,8 @@ def main():
629629
cleanup_stack(result["stack_name"], result["pattern_name"])
630630

631631
# Step 5: Print AI analysis results at the end
632-
print("\n" + "="*80)
633-
print("🤖 DEPLOYMENT ANALYSIS SUMMARY")
634-
print("="*80)
635632
if ai_summary:
636633
print(ai_summary)
637-
print("="*80)
638634

639635
# Check final status after all cleanups are done
640636
if all_success:

0 commit comments

Comments
 (0)