From fcc7c9c369f6d3ee3d4914d015ae5f4fd1ce7666 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:33:24 -0700 Subject: [PATCH] version Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .buildkite/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 38c4778e..549c70cb 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -201,9 +201,9 @@ steps: echo $$output if [[ $$lint_result == "soft_failed" || $$lint_result == "hard_failed" ]]; then - echo -e ":graphql: **Graphql Lint Results** \n
Linter Result $$output
" | buildkite-agent annotate --context apollo-lint-schema --style error + echo -e ":graphql: **Graphql Lint Results** \n
Linter Result $$output
" | buildkite-agent annotate --context apollo-lint-schema --style error else - echo -e ":graphql: **Graphql Lint Results** \n
Linter Result $$output
" | buildkite-agent annotate --context apollo-lint-schema --style success + echo -e ":graphql: **Graphql Lint Results** \n
Linter Result $$output
" | buildkite-agent annotate --context apollo-lint-schema --style success fi exit $$status