revert: no pipeline trigger constraints
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
e036d8f474
commit
b67a6a0616
22
.drone.yml
22
.drone.yml
@ -10,13 +10,6 @@ platform:
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
pull: always
|
||||
@ -29,6 +22,8 @@ steps:
|
||||
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
|
||||
- bash ./curl.it $ENDPOINT
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
@ -49,12 +44,6 @@ platform:
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
cron:
|
||||
- nightly
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
pull: always
|
||||
@ -66,6 +55,13 @@ steps:
|
||||
- apk add --no-cache curl
|
||||
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
|
||||
- bash ./curl.it -n $ENDPOINT
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- cron
|
||||
cron:
|
||||
- nightly
|
||||
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user