From 611f2ac27f2e222ffbfe33041d90682520b7370b Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 7 Oct 2020 15:43:29 +0200 Subject: [PATCH] fixes readme badge --- .drone.yml | 4 +++- README.md | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2f90ef0..3e3e00d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,9 @@ steps: commands: - sleep 5 - apk add --no-cache bash curl docker git - - echo "$DOCKER_PASSWORD" | docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_REGISTRY + - > + echo "$DOCKER_PASSWORD" | + docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_REGISTRY - curl -sL https://git.io/goreleaser | bash depends_on: - test diff --git a/README.md b/README.md index e53e462..6c211da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # jitsiexporter -[![Build Status](https://cloud.drone.io/api/badges/xsteadfastx/jitsiexporter/status.svg)](https://cloud.drone.io/xsteadfastx/jitsiexporter) -[![Docker Repository on Quay](https://quay.io/repository/xsteadfastx/jitsiexporter/status "Docker Repository on Quay")](https://quay.io/repository/xsteadfastx/jitsiexporter) +[![Build Status](https://ci.xsfx.dev/api/badges/prometheus/jitsiexporter/status.svg)](https://ci.xsfx.dev/prometheus/jitsiexporter) A Jitsi meet prometheus exporter.