summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2019-02-23 14:49:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-02-24 05:27:04 (GMT)
commit39ffebd23b1ef6830bf86043ef0b5c069d9299a9 (patch)
tree6ffed381bb44f0c662f7ad8c3796ce3e15b54063
parentc65a2884eae159bad540135479bc8afe20ff62d1 (diff)
downloadgit-39ffebd23b1ef6830bf86043ef0b5c069d9299a9.zip
git-39ffebd23b1ef6830bf86043ef0b5c069d9299a9.tar.gz
git-39ffebd23b1ef6830bf86043ef0b5c069d9299a9.tar.bz2
README: adjust for final Azure Pipeline ID
During the six months of development of the Azure Pipelines support, the patches went through quite a few iterations of changes, and to test those iterations, a temporary build definition was used. In the meantime, Azure Pipelines support made it to `master`, and we now have a regular Azure Pipeline, installed via the common GitHub App workflow. This new pipeline has a different name (git.git instead of test-git.git), and a new ID (11 instead of 2). Let's adjust the badge in our README to reflect that final shape of the Azure Pipeline. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 764c480..88f1261 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://dev.azure.com/git/git/_apis/build/status/test-git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=2)
+[![Build Status](https://dev.azure.com/git/git/_apis/build/status/git.git)](https://dev.azure.com/git/git/_build/latest?definitionId=11)
Git - fast, scalable, distributed revision control system
=========================================================