Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Jan 12, 2025
1 parent ec17a65 commit 988f374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ steps:
echo "Linting result:"
cat $$lint_result_file
annotationOutput=$$(echo -e "<code> cat $$lint_result_file <code>")
annotationOutput=$$(echo "<code> cat $$lint_result_file <code>")
if [[ $$lint_result == "soft_failed" || $$lint_result == "hard_failed" ]]; then
cat $$annotationOutput| buildkite-agent annotate --context apollo-lint-schema --style error
echo -e $$annotationOutput| buildkite-agent annotate --context apollo-lint-schema --style error
else
cat $$lint_result_file | buildkite-agent annotate --context apollo-lint-schema --style success
echo -e $$lint_result_file | buildkite-agent annotate --context apollo-lint-schema --style success
fi
exit $$status
Expand Down

0 comments on commit 988f374

Please sign in to comment.