diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-22T13·24+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-22T21·11+0000 |
commit | b34ac8a2f3f6959ca587ea04e3ca9279a48f9738 (patch) | |
tree | 3334fa08efbac5ead3965920005a4fae3a4ccbb2 /README.md | |
parent | bfa88b54f59d38c34051c9bd7dcb9ce472be5789 (diff) |
fix: Display build status badge from correct branch r/3661
This was still showing the build status for a manually created ref on Buildkite which had not seen any updates since mid-2020. Change-Id: I42786ce2c0ac598f3d6b8ef9379b18294814a5ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/5054 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 4049e2272d26..1bb29f29e091 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ depot ===== -[![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=canon)](https://buildkite.com/tvl/depot) +[![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=refs/heads/canon)](https://buildkite.com/tvl/depot) This repository is the [monorepo][] for the community around [The Virus Lounge][tvl], containing our personal tools and infrastructure. |