Tweak Drone config
This commit is contained in:
parent
4cf3cd5102
commit
2fc2f1b585
@ -33,6 +33,9 @@ steps:
|
|||||||
}
|
}
|
||||||
when:
|
when:
|
||||||
status: success
|
status: success
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
- name: post build success comment to PR
|
- name: post build success comment to PR
|
||||||
image: tsakidev/giteacomment:latest
|
image: tsakidev/giteacomment:latest
|
||||||
@ -59,6 +62,9 @@ steps:
|
|||||||
}
|
}
|
||||||
when:
|
when:
|
||||||
status: failure
|
status: failure
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
- name: post build error comment to PR
|
- name: post build error comment to PR
|
||||||
image: tsakidev/giteacomment:latest
|
image: tsakidev/giteacomment:latest
|
||||||
@ -84,3 +90,6 @@ steps:
|
|||||||
- Extollo/docs@master
|
- Extollo/docs@master
|
||||||
when:
|
when:
|
||||||
status: success
|
status: success
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
Loading…
Reference in New Issue
Block a user