Skip to content

Commit

Permalink
Fixed starlark
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranparajuli589 committed Sep 14, 2021
1 parent fbc6369 commit 8101869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ config = {
"cliEncryption",
],
"extraApps": {
"encryption": 'composer install'
"encryption": "composer install",
},
"extraCommandsBeforeTestRun": [
"php occ encryption:status",
Expand All @@ -213,7 +213,7 @@ config = {
"mkdir data/owncloud-keys",
"chown -R www-data data/owncloud-keys",
"chmod -R 0770 data/owncloud-keys",
]
],
},
"webUI": {
"suites": {
Expand Down

0 comments on commit 8101869

Please sign in to comment.