Skip to content

Commit

Permalink
Run CI without debug enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jul 25, 2020
1 parent 89d1180 commit 3735b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def setupGraphapiOIdC():
'php occ config:system:set cors.allowed-domains 0 --value="http://phoenix:9100"',
'php occ config:system:set memcache.local --value="\\\\OC\\\\Memcache\\\\APCu"',
'php occ config:system:set phoenix.baseUrl --value="http://phoenix:9100"',
'php occ config:system:set debug --value=true --type=bool',
#'php occ config:system:set debug --value=true --type=bool',
'php occ config:list'
]
}]
Expand Down

0 comments on commit 3735b96

Please sign in to comment.