|
|
@ -67,7 +67,7 @@ steps: |
|
|
|
#command_timeout: 30s # 30seconds, the maximum amount of time for the execute commands, default is 10 minutes. |
|
|
|
script: |
|
|
|
- cd /home/iacd-platform-drone |
|
|
|
- ./re.sh > /dev/null 2> /dev/null & |
|
|
|
- ./yanyuan.sh > /dev/null 2> /dev/null & |
|
|
|
|
|
|
|
- name: notify-email |
|
|
|
image: drillster/drone-email |
|
|
@ -79,7 +79,7 @@ steps: |
|
|
|
password: #邮箱密码 |
|
|
|
from_secret: orgsecret_password_mail_devops |
|
|
|
from: devops@ccsens.com |
|
|
|
recipients: weizezhao@ccsens.com #收件人,多个用,隔开 |
|
|
|
recipients: wuhuijuan@ccsens.com #收件人,多个用,隔开 |
|
|
|
when: #执行条件 |
|
|
|
status: |
|
|
|
- success |
|
|
|