webhook - depends_on
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
51b4bb27a7
commit
0487cfa853
35
.drone.yml
35
.drone.yml
@ -61,12 +61,41 @@ steps:
|
|||||||
content_type: application/json
|
content_type: application/json
|
||||||
template: |
|
template: |
|
||||||
{
|
{
|
||||||
"title": "{{ build.status }} - {{ repo.name }}",
|
"title": "{{ build.status }} - {{ repo.name }} (7.4)",
|
||||||
|
"details": "{{ repo.name }}"
|
||||||
|
}
|
||||||
|
debug: true
|
||||||
|
depends_on: [
|
||||||
|
php7.4,
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
- name: webhook
|
||||||
|
image: plugins/webhook
|
||||||
|
settings:
|
||||||
|
urls: https://huginn.cynarski.pl/users/1/web_requests/18/Qimktqp5KsPz8S9EgNrUuSuXU93GRHYL
|
||||||
|
content_type: application/json
|
||||||
|
template: |
|
||||||
|
{
|
||||||
|
"title": "{{ build.status }} - {{ repo.name }} (7.3)",
|
||||||
"details": "{{ repo.name }}"
|
"details": "{{ repo.name }}"
|
||||||
}
|
}
|
||||||
debug: true
|
debug: true
|
||||||
depends_on: [
|
depends_on: [
|
||||||
php7.3,
|
php7.3,
|
||||||
php7.4,
|
]
|
||||||
php7.2
|
|
||||||
|
- name: webhook
|
||||||
|
image: plugins/webhook
|
||||||
|
settings:
|
||||||
|
urls: https://huginn.cynarski.pl/users/1/web_requests/18/Qimktqp5KsPz8S9EgNrUuSuXU93GRHYL
|
||||||
|
content_type: application/json
|
||||||
|
template: |
|
||||||
|
{
|
||||||
|
"title": "{{ build.status }} - {{ repo.name }} (7.2)",
|
||||||
|
"details": "{{ repo.name }}"
|
||||||
|
}
|
||||||
|
debug: true
|
||||||
|
depends_on: [
|
||||||
|
php7.2,
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user