fix: remove status restraint for base pipelines
This commit is contained in:
parent
e6f4f92376
commit
128d5ff9df
11
.drone.yml
11
.drone.yml
@ -15,12 +15,8 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- cron
|
- cron
|
||||||
target:
|
cron:
|
||||||
exclude:
|
- hourly-build
|
||||||
- nightly
|
|
||||||
status:
|
|
||||||
- success
|
|
||||||
- failure
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: call webhook
|
- name: call webhook
|
||||||
@ -51,9 +47,6 @@ trigger:
|
|||||||
- cron
|
- cron
|
||||||
cron:
|
cron:
|
||||||
- nightly
|
- nightly
|
||||||
status:
|
|
||||||
- success
|
|
||||||
- failure
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: call webhook
|
- name: call webhook
|
||||||
|
Loading…
Reference in New Issue
Block a user