Skip to content

Commit 90c3f0e

Browse files
committed
bump ocis version to 5.0.0
1 parent 5da9389 commit 90c3f0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.drone.star

+1-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ config = {
9393
"skip": False,
9494
},
9595
"ocis": {
96-
"version": "5.0.0-rc.5",
96+
"version": "5.0.0",
9797
# comma separated list of tags to be used for filtering. E.g. "@tag1,@tag2"
9898
"tags": "~@skipOnOCIS",
9999
"skip": False,
@@ -619,7 +619,6 @@ def uploadGuiTestLogs(ctx, server_type = "oc10"):
619619
trigger = {
620620
"status": [
621621
"failure",
622-
"success",
623622
],
624623
"event": [
625624
"cron",
@@ -652,7 +651,6 @@ def logGuiReports(ctx, server_type):
652651
trigger = {
653652
"status": [
654653
"failure",
655-
"success",
656654
],
657655
"event": [
658656
"cron",

0 commit comments

Comments
 (0)