Skip to content

Commit 0904a9d

Browse files
authored
report logs
1 parent ba4c044 commit 0904a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.star

+2
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ def uploadGuiTestLogs(ctx, server_type = "oc10"):
614614
trigger = {
615615
"status": [
616616
"failure",
617+
"success",
617618
],
618619
"event": [
619620
"cron",
@@ -646,6 +647,7 @@ def logGuiReports(ctx, server_type):
646647
trigger = {
647648
"status": [
648649
"failure",
650+
"success",
649651
],
650652
"event": [
651653
"cron",

0 commit comments

Comments
 (0)