Compare commits

...

3 Commits

Author SHA1 Message Date
3b498779c1 fix readme
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-08 12:17:36 +02:00
67deae061b go report in readme
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-08 12:16:59 +02:00
611f2ac27f fixes readme badge
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-07 15:43:29 +02:00
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
# 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)
[![Go Report Card](https://goreportcard.com/badge/git.xsfx.dev/prometheus/jitsiexporter)](https://goreportcard.com/report/git.xsfx.dev/prometheus/jitsiexporter)
A Jitsi meet prometheus exporter.