Skip to content

Commit

Permalink
enable encryption after app enable
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranparajuli589 committed Sep 21, 2021
1 parent 8c1ee48 commit b387f75
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 @@ -2456,6 +2456,9 @@ def installExtraApps(phpVersion, extraApps, pathOfServerUnderTest):
commandArray.append("php occ a:l")
commandArray.append("php occ a:e %s" % app)
commandArray.append("php occ a:l")
if app == 'encryption':
commandArray.append("php occ encryption:enable)
commandArray.append("php occ encryption:select-encryption-type masterkey --yes)

if (commandArray == []):
return []
Expand Down

0 comments on commit b387f75

Please sign in to comment.