summary refs log tree commit diff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-08-30 15:06:40 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2019-08-30 15:06:40 +1000
commit5625abe503569f3ffddcc4a2c0d6aa5aad3f188d (patch)
tree80546d6a7e1758db02752be9aba884029daa195f /.buildkite/pipeline.yml
parentFix coverage in sytest and use plugins for buildkite (#5922) (diff)
downloadsynapse-5625abe503569f3ffddcc4a2c0d6aa5aad3f188d.tar.xz
Fix buildkite pipeline plugin matrix-org/annotate using the wrong variable config
Diffstat (limited to '')
-rw-r--r--.buildkite/pipeline.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml

index d901849735..368fb49be4 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml
@@ -228,7 +228,7 @@ steps: upload: [ "logs/**/*.log", "logs/**/*.log.*", "logs/coverage.xml" ] - matrix-org/annotate: path: "logs/annotate.md" - class: "error" + style: "error" - matrix-org/coveralls#v1.0: parallel: "true" retry: @@ -259,7 +259,7 @@ steps: upload: [ "logs/**/*.log", "logs/**/*.log.*", "logs/coverage.xml" ] - matrix-org/annotate: path: "logs/annotate.md" - class: "error" + style: "error" - matrix-org/coveralls#v1.0: parallel: "true" retry: @@ -293,7 +293,7 @@ steps: upload: [ "logs/**/*.log", "logs/**/*.log.*", "logs/coverage.xml" ] - matrix-org/annotate: path: "logs/annotate.md" - class: "error" + style: "error" - matrix-org/coveralls#v1.0: parallel: "true" retry: