Tweak Drone config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user