Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
ci(drone): auto release with cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 11, 2019
1 parent abba5e8 commit bda562d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ trigger:

---
kind: pipeline
name: default
name: cron job auto release

clone:
depth: 50
Expand Down Expand Up @@ -194,4 +194,7 @@ steps:
- ./shell/push-wechatwork.sh
when:
status:
- failure
- failure

trigger:
cron: [ nightly ]

0 comments on commit bda562d

Please sign in to comment.