Skip to content

Commit

Permalink
Merge pull request #5184 from owncloud/issue-5183
Browse files Browse the repository at this point in the history
[tests-only] [full-ci] Do not do earlyFail in CI if full-ci requested
  • Loading branch information
individual-it authored Jun 2, 2021
2 parents 531c471 + 4d04297 commit 4f1c5d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,9 @@ def acceptance(ctx):
for item in default:
params[item] = matrix[item] if item in matrix else default[item]

if ("full-ci" in ctx.build.title.lower()):
params["earlyFail"] = False

for server in params["servers"]:
for browser in params["browsers"]:
for db in params["databases"]:
Expand Down

0 comments on commit 4f1c5d4

Please sign in to comment.