From cdf4a9b05c1118f49f400208f9ac710da8945155 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 9 Jun 2019 18:39:25 +0200 Subject: [PATCH 1/4] Keep everything under wraps --- .drone.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d54536c..70a6eeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,20 @@ steps: when: event: - tag - + - name: notify + image: plugins/matrix + settings: + homeserver: https://conference.heavensinferno.net + roomid: + from_secret: room_id + accesstoken: + from_secret: access_token + userid: + from_secret: user_id + when: + status: + - failure + - success From 00733d3cc322dab9e0ceeacedadb18f83d1e3e66 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 9 Jun 2019 18:48:26 +0200 Subject: [PATCH 2/4] [ci skip] Sign the file --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 70a6eeb..cf7b966 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline name: default @@ -43,3 +44,8 @@ steps: +--- +kind: signature +hmac: 1408e3f62ea801cf74cbee88b40cfd9759fc1a1a2d67e9ae5a3b336a14619de1 + +... From 07ee7d24e8c24146ad2a1915f84065c61795fbd0 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 9 Jun 2019 18:51:42 +0200 Subject: [PATCH 3/4] Proper build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7acd639..37432e6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a (work in progress) C++ port from the original [Danbooru Client](http://kde-apps.org/content/show.php?content=114343). -[![Build Status](https://drone.dennogumi.org/api/badges/KDE/danbooru-client/status.svg)](https://drone.dennogumi.org/KDE/danbooru-client) +[![Build Status](https://drone.dennogumi.org/api/badges/KDE/danbooru-client/status.svg?ref=/refs/heads/master)](https://drone.dennogumi.org/KDE/danbooru-client) Current features: From c6cc6ad6de6db8ed01216714ca2940f040cd0985 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 9 Jun 2019 18:56:38 +0200 Subject: [PATCH 4/4] [ci skip] Really use the right status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37432e6..8a9c9b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a (work in progress) C++ port from the original [Danbooru Client](http://kde-apps.org/content/show.php?content=114343). -[![Build Status](https://drone.dennogumi.org/api/badges/KDE/danbooru-client/status.svg?ref=/refs/heads/master)](https://drone.dennogumi.org/KDE/danbooru-client) +[![Build Status](https://drone.dennogumi.org/api/badges/KDE/danbooru-client/status.svg?branch=master)](https://drone.dennogumi.org/KDE/danbooru-client) Current features: