Skip to content

Commit

Permalink
Fix(ci): update badge (#2967)
Browse files Browse the repository at this point in the history
buildkite badge has a bad default that without adding branch it shows latest build of all branches (probably comes from a failed PR branch), instead of master branch, which shows fail at this moment while our master is actually pass

Test Plan
---------
badge should show pass
  • Loading branch information
ailisp authored Jul 9, 2020
1 parent 9d60c8b commit 06b21f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ master | beta | stable
---|---|---|
[![Build Status][ci-badge-master]][ci-url] | [![Build Status][ci-badge-beta]][ci-url] | [![Build Status][ci-badge-stable]][ci-url]

[ci-badge-master]: https://badge.buildkite.com/a81147cb62c585cc434459eedd1d25e521453120ead9ee6c64.svg
[ci-badge-master]: https://badge.buildkite.com/a81147cb62c585cc434459eedd1d25e521453120ead9ee6c64.svg?branch=master
[ci-badge-beta]: https://badge.buildkite.com/a81147cb62c585cc434459eedd1d25e521453120ead9ee6c64.svg?branch=beta
[ci-badge-stable]: https://badge.buildkite.com/a81147cb62c585cc434459eedd1d25e521453120ead9ee6c64.svg?branch=stable
[ci-url]: https://buildkite.com/nearprotocol/nearcore
Expand Down

0 comments on commit 06b21f7

Please sign in to comment.