Skip to content

Commit

Permalink
Merge pull request #804 from owncloud/issue-803
Browse files Browse the repository at this point in the history
[full-ci] [tests-only] Remove select-encryption-type occ command from CI
  • Loading branch information
grgprarup authored Aug 25, 2023
2 parents 9178c64 + 482abcd commit cb2ed28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ config = {
"commands": [
"cd %s" % dir["server"],
"php occ encryption:enable",
"php occ encryption:select-encryption-type masterkey --yes",
"php occ config:list",
],
},
Expand Down Expand Up @@ -601,7 +600,6 @@ config = {
"commands": [
"cd %s" % dir["server"],
"php occ encryption:enable",
"php occ encryption:select-encryption-type masterkey --yes",
"php occ config:list",
],
},
Expand Down Expand Up @@ -664,7 +662,6 @@ config = {
"commands": [
"cd %s" % dir["server"],
"php occ encryption:enable",
"php occ encryption:select-encryption-type masterkey --yes",
"php occ config:list",
],
},
Expand Down

0 comments on commit cb2ed28

Please sign in to comment.