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 4d136f2 commit eb49ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ steps:
echo "Linting result:"
cat $$lint_result_file
annotationOutput=$$(echo "<pre class="term"><code> cat $lint_result_file | terminal-to-html <code></pre>")
annotationOutput=$$(echo "<pre class="term"><code> cat $lint_result_file_formatted <code></pre>")
if [[ $$lint_result == "soft_failed" || $$lint_result == "hard_failed" ]]; then
echo -e $$annotationOutput| buildkite-agent annotate --context apollo-lint-schema --style error
Expand Down

0 comments on commit eb49ab1

Please sign in to comment.