-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(buildspec): remove Unicode box-drawing chars that break CodeBuild…
… parser CodeBuild's YAML parser cannot handle non-ASCII characters (U+2500 box drawing chars) in command blocks. Replaced all decorative comment separators with plain ASCII and removed inline comments from command lists entirely.
- Loading branch information
Your Name
committed
Mar 17, 2026
1 parent
ef59742
commit cd9c510
Showing
1 changed file
with
9 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters