Skip to content

Commit

Permalink
version
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 788361e commit fcc7c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ steps:
echo $$output
if [[ $$lint_result == "soft_failed" || $$lint_result == "hard_failed" ]]; then
echo -e ":graphql: **Graphql Lint Results** \n <details><summary> Linter Result </summary><code> $$output </code></details>" | buildkite-agent annotate --context apollo-lint-schema --style error
echo -e ":graphql: **Graphql Lint Results** \n <details><summary> Linter Result </summary>$$output</details>" | buildkite-agent annotate --context apollo-lint-schema --style error
else
echo -e ":graphql: **Graphql Lint Results** \n <details><summary> Linter Result </summary><code> $$output </code></details>" | buildkite-agent annotate --context apollo-lint-schema --style success
echo -e ":graphql: **Graphql Lint Results** \n <details><summary> Linter Result </summary>$$output</details>" | buildkite-agent annotate --context apollo-lint-schema --style success
fi
exit $$status
Expand Down

0 comments on commit fcc7c9c

Please sign in to comment.