reduce drone interval check and add the additional email aliases inclusion
This commit is contained in:
parent
90a43e99f5
commit
12a3a33ba3
5 changed files with 16 additions and 5 deletions
14
.drone.yml
14
.drone.yml
|
|
@ -3,10 +3,12 @@ type: kubernetes
|
|||
name: default
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
cron:
|
||||
- build-state-daily
|
||||
include:
|
||||
# - cron
|
||||
- push
|
||||
# target:
|
||||
# include:
|
||||
# - build-state-daily
|
||||
|
||||
steps:
|
||||
- name: Prepare terraform files
|
||||
|
|
@ -39,6 +41,10 @@ steps:
|
|||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: build-cli
|
||||
trigger:
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: Build image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue