Skip to content

Commit

Permalink
Do not do earlyFail in CI if full-ci requested
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 1, 2021
1 parent 531c471 commit 4d04297
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 4d04297

Please sign in to comment.