Skip to content

Commit

Permalink
[Actions]: Removed extensions.php in favor of bundles.php (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashan10 committed Oct 27, 2022
1 parent 426acb9 commit 9bc7e48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/ci/files/config/bundles.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'Pimcore\\Bundle\\EcommerceFrameworkBundle\\PimcoreEcommerceFrameworkBundle' => ['all' => false],
'Pimcore\\Bundle\\PerspectiveEditorBundle\\PimcorePerspectiveEditorBundle' => ['all' => true],
];
8 changes: 0 additions & 8 deletions .github/ci/files/extensions.template.php

This file was deleted.

1 change: 0 additions & 1 deletion .github/ci/scripts/setup-pimcore-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ cp -r .github/ci/files/bin/console bin/console
chmod 755 bin/console
cp -r .github/ci/files/kernel/. kernel
cp -r .github/ci/files/public/. public
cp .github/ci/files/extensions.template.php var/config/extensions.php

0 comments on commit 9bc7e48

Please sign in to comment.