Skip to content

Commit

Permalink
Merge pull request #695 from wikimedia/replicasclient-service
Browse files Browse the repository at this point in the history
Add empty Doctrine config, to avoid errors
  • Loading branch information
MusikAnimal authored Jan 12, 2023
2 parents 91aa29b + ccc5334 commit 1e44fea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
composer lint
npm run lint
./bin/console
- name: Build assets
run: |
Expand Down
1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Expand Down
5 changes: 5 additions & 0 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
doctrine:
dbal:
connections:
default:
dbname: null
3 changes: 0 additions & 3 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,3 @@ services:
App\Service\Renderer:
arguments:
$rsvgCommand: 'rsvg-convert'

Wikimedia\ToolforgeBundle\Service\ReplicasClient:
autowire: false

0 comments on commit 1e44fea

Please sign in to comment.