Try fixing drone
This commit is contained in:
20
.drone.yml
20
.drone.yml
@ -4,7 +4,7 @@
|
|||||||
################
|
################
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: run_tests
|
name: build & deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Run tests against Python/Flask engine backend (with pytest)
|
# Run tests against Python/Flask engine backend (with pytest)
|
||||||
@ -44,14 +44,26 @@ steps:
|
|||||||
- name: notification
|
- name: notification
|
||||||
image: parrazam/drone-ntfy
|
image: parrazam/drone-ntfy
|
||||||
when:
|
when:
|
||||||
status: [success, failure]
|
status: [success]
|
||||||
settings:
|
settings:
|
||||||
url: https://ntfy.unbl.ink
|
url: https://ntfy.unbl.ink
|
||||||
topic: drone
|
topic: drone
|
||||||
priority: medium
|
priority: low
|
||||||
tags:
|
tags:
|
||||||
- cd
|
- cd
|
||||||
- pipeline
|
- failure
|
||||||
|
- vrobbler
|
||||||
|
- name: notification
|
||||||
|
image: parrazam/drone-ntfy
|
||||||
|
when:
|
||||||
|
status: [failure]
|
||||||
|
settings:
|
||||||
|
url: https://ntfy.unbl.ink
|
||||||
|
topic: drone
|
||||||
|
priority: high
|
||||||
|
tags:
|
||||||
|
- cd
|
||||||
|
- success
|
||||||
- vrobbler
|
- vrobbler
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker
|
- name: docker
|
||||||
|
|||||||
Reference in New Issue
Block a user