Skip to content

Commit

Permalink
Revert "Run CI without debug enabled"
Browse files Browse the repository at this point in the history
This reverts commit 3735b96.
  • Loading branch information
kulmann authored and jasson99 committed Jul 27, 2020
1 parent 9793df9 commit fd79c5a
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 fd79c5a

Please sign in to comment.