diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-08-30 15:06:40 +1000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-08-30 15:06:40 +1000 |
commit | 5625abe503569f3ffddcc4a2c0d6aa5aad3f188d (patch) | |
tree | 80546d6a7e1758db02752be9aba884029daa195f /.buildkite/pipeline.yml | |
parent | Fix coverage in sytest and use plugins for buildkite (#5922) (diff) | |
download | synapse-5625abe503569f3ffddcc4a2c0d6aa5aad3f188d.tar.xz |
Fix buildkite pipeline plugin matrix-org/annotate using the wrong variable config
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 6 |
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: |