Calamari icon indicating copy to clipboard operation
Calamari copied to clipboard

Fix line ending when reporting manifests via bash

Open eddymoulton opened this issue 3 weeks ago • 0 comments

Background

While adding docs I discovered that we have a bug in our implementation for reporting manifests from bash scripts.

Due to the way we process the manifest string in the bash helper, we end up with a \n that isn't recognised as a newline in Server.

Results

Uses the newline character instead of the string of characters.

Before

Bash script step silently errors and does not report image

After

Bash script step is reported now image

eddymoulton avatar Dec 22 '25 05:12 eddymoulton