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 02fa574 commit a2ce8b9
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 @@ -221,7 +221,7 @@ steps:
buildkite-agent step get "outcome" --step "apollo-lint-schema"
lint_result=$$(buildkite-agent step get "outcome" --step "apollo-lint-schema")
resultAnnotation=$$(echo "Graphql Lint Results\\n \`\`\`$$(cat linter-result.txt)\`\`\`")
resultAnnotation=$$(<pre class="term"><code>cat linter-result.txt </code></pre>)
if [[ $$lint_result == "soft_failed" || $$lint_result == "hard_failed" ]]; then
echo $$resultAnnotation | buildkite-agent annotate --context apollo-lint-schema --style error
Expand Down

0 comments on commit a2ce8b9

Please sign in to comment.