From 8ab6942d12850c78032b7ff9ce4ff312cf92e79d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 24 Mar 2020 18:31:17 -0500 Subject: [PATCH] Update the badge shown in galaxy Galaxy shows the README, which currently shows a "failing" badge pointing at github actions. That's obviously not right for us. Update this by using the zuul:gated badge and pointing to the builds for the repo in the Zuul Dashboard. Change-Id: I7f1254f882486514cd29a52bf05ebf5a972da490 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51111e51..fb583b55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GitHub Actions CI/CD build status — Collection test suite](https://github.com/ansible-collection-migration/openstack.cloud/workflows/Collection%20test%20suite/badge.svg?branch=master)](https://github.com/ansible-collection-migration/openstack.cloud/actions?query=workflow%3A%22Collection%20test%20suite%22) +[![OpenDev Zuul Builds - Ansible Collection OpenStack](https://zuul-ci.org/gated.svg)](http://zuul.opendev.org/t/openstack/builds?project=openstack%2Fansible-collections-openstack#) Ansible Collection: openstack.cloud -================================================= \ No newline at end of file +===================================