Skip to content

Commit

Permalink
[Split] add new fixture-bundle to split command
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Aug 8, 2017
1 parent ee4ae2b commit f7b01c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/subtree-release
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ split 'src/CoreShop/Bundle/ShippingBundle' shipping-bundle
split 'src/CoreShop/Bundle/StoreBundle' store-bundle
split 'src/CoreShop/Bundle/TaxationBundle' taxation-bundle
split 'src/CoreShop/Bundle/TrackingBundle' tracking-bundle
split 'src/CoreShop/Bundle/FixtureBundle' fixture-bundle
4 changes: 3 additions & 1 deletion bin/subtree-split
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ remote shipping-bundle git@github.com:CoreShop/ShippingBundle.git
remote store-bundle git@github.com:CoreShop/StoreBundle.git
remote taxation-bundle git@github.com:CoreShop/TaxationBundle.git
remote tracking-bundle git@github.com:CoreShop/TrackingBundle.git
remote fixture-bundle git@github.com:CoreShop/FixtureBundle.git

split 'src/CoreShop/Component/Resource' resource
split 'src/CoreShop/Component/Registry' registry
Expand Down Expand Up @@ -127,4 +128,5 @@ split 'src/CoreShop/Bundle/SequenceBundle' sequence-bundle
split 'src/CoreShop/Bundle/ShippingBundle' shipping-bundle
split 'src/CoreShop/Bundle/StoreBundle' store-bundle
split 'src/CoreShop/Bundle/TaxationBundle' taxation-bundle
split 'src/CoreShop/Bundle/TrackingBundle' tracking-bundle
split 'src/CoreShop/Bundle/TrackingBundle' tracking-bundle
split 'src/CoreShop/Bundle/FixtureBundle' fixture-bundle

0 comments on commit f7b01c4

Please sign in to comment.