Skip to content

Commit

Permalink
changes made in drone.star
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Jun 2, 2021
1 parent 517d4ad commit 30c7a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ def acceptance(ctx):
"oc10IntegrationAppIncluded": False,
"skip": False,
"debugSuites": [],
"earlyFail": False,
"earlyFail": True,
}

if "defaults" in config:
Expand Down Expand Up @@ -1842,6 +1842,7 @@ def setupServerAndApp(logLevel):
"php occ config:system:set skeletondirectory --value=/var/www/owncloud/server/apps/testing/data/webUISkeleton",
'php occ config:system:set web.baseUrl --value="http://web"',
"php occ config:system:set sharing.federation.allowHttpFallback --value=true --type=bool",
"php occ config:system:set web.rewriteLinks --value=true",
],
}]

Expand Down

0 comments on commit 30c7a31

Please sign in to comment.