File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 77 commands :
88 - ./gradlew assembleGeneric
99
10+ - name : notify
11+ image : drillster/drone-email
12+ host : $EMAIL_HOST
13+ port : 587
14+ username : $EMAIL_USERNAME
15+ password : $EMAIL_PASSWORD
16+ from : nextcloud-drone@kaminsky.me
17+ skip_verify : true
18+ recipients_only : true
19+ recipients : [ $EMAIL_RECIPIENTS ]
20+ environment :
21+ EMAIL_USERNAME :
22+ from_secret : EMAIL_USERNAME
23+ EMAIL_PASSWORD :
24+ from_secret : EMAIL_PASSWORD
25+ EMAIL_RECIPIENTS :
26+ from_secret : EMAIL_RECIPIENTS
27+ EMAIL_HOST :
28+ from_secret : EMAIL_HOST
29+ when :
30+ event :
31+ - push
32+ status :
33+ - failure
34+ branch :
35+ - master
36+
1037trigger :
1138 branch :
1239 - master
@@ -43,6 +70,33 @@ steps:
4370 - curl -o codecov.sh https://codecov.io/bash
4471 - bash ./codecov.sh -t fc506ba4-33c3-43e4-a760-aada38c24fd5
4572
73+ - name : notify
74+ image : drillster/drone-email
75+ host : $EMAIL_HOST
76+ port : 587
77+ username : $EMAIL_USERNAME
78+ password : $EMAIL_PASSWORD
79+ from : nextcloud-drone@kaminsky.me
80+ skip_verify : true
81+ recipients_only : true
82+ recipients : [ $EMAIL_RECIPIENTS ]
83+ environment :
84+ EMAIL_USERNAME :
85+ from_secret : EMAIL_USERNAME
86+ EMAIL_PASSWORD :
87+ from_secret : EMAIL_PASSWORD
88+ EMAIL_RECIPIENTS :
89+ from_secret : EMAIL_RECIPIENTS
90+ EMAIL_HOST :
91+ from_secret : EMAIL_HOST
92+ when :
93+ event :
94+ - push
95+ status :
96+ - failure
97+ branch :
98+ - master
99+
46100services :
47101- name : server
48102 image : nextcloudci/server:server-3
You can’t perform that action at this time.
0 commit comments