Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix buildkite pipeline plugin matrix-org/annotate using the wrong var…
Browse files Browse the repository at this point in the history
…iable config
  • Loading branch information
hawkowl committed Aug 30, 2019
1 parent e701128 commit 5625abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5625abe

Please sign in to comment.