This commit is contained in:
parent
e50d6652eb
commit
3502cfd04f
10
.drone.yml
10
.drone.yml
@ -4,6 +4,7 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: php7.4
|
- name: php7.4
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
pull: if-not-exists
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
@ -21,6 +22,7 @@ steps:
|
|||||||
|
|
||||||
- name: php7.3
|
- name: php7.3
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
pull: if-not-exists
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
@ -38,6 +40,7 @@ steps:
|
|||||||
|
|
||||||
- name: php7.2
|
- name: php7.2
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
pull: if-not-exists
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
@ -56,6 +59,7 @@ steps:
|
|||||||
|
|
||||||
- name: webhook
|
- name: webhook
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
|
pull: if-not-exists
|
||||||
settings:
|
settings:
|
||||||
urls: https://huginn.cynarski.pl/users/1/web_requests/18/Qimktqp5KsPz8S9EgNrUuSuXU93GRHYL
|
urls: https://huginn.cynarski.pl/users/1/web_requests/18/Qimktqp5KsPz8S9EgNrUuSuXU93GRHYL
|
||||||
content_type: application/json
|
content_type: application/json
|
||||||
@ -65,7 +69,11 @@ steps:
|
|||||||
"details": "{{ repo.name }}"
|
"details": "{{ repo.name }}"
|
||||||
}
|
}
|
||||||
debug: true
|
debug: true
|
||||||
trigger:
|
depends_on:
|
||||||
|
- php7.4
|
||||||
|
- php7.3
|
||||||
|
- php7.2
|
||||||
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
- failure
|
- failure
|
||||||
|
Loading…
Reference in New Issue
Block a user