Merge branch 'master' into multiple_apis
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
4f2d887d0c
2 changed files with 20 additions and 1 deletions
19
.drone.yml
19
.drone.yml
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
|
@ -26,7 +27,25 @@ 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
|
||||
|
||||
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 1408e3f62ea801cf74cbee88b40cfd9759fc1a1a2d67e9ae5a3b336a14619de1
|
||||
|
||||
...
|
||||
|
|
|
@ -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).
|
||||
|
||||
[](https://drone.dennogumi.org/KDE/danbooru-client)
|
||||
[](https://drone.dennogumi.org/KDE/danbooru-client)
|
||||
|
||||
Current features:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue