Skip to content

Commit

Permalink
[Split] add branches and test only one one bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jan 24, 2023
1 parent aa7e7cb commit 4f7ef61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitsplit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
origins:
- ^master$
- '^\d+\.\d+$ #CoreShop Maintenance Branches'
- '^\d+\.\d+\.\d+$ #Tags'
- ^\d+\.\d+$
- ^\d+\.\d+\.\d+$
splits:
- { prefix: src/CoreShop/Component/Address, target: 'https://${GH_TOKEN}@github.com/coreshop/Address.git' }
- { prefix: src/CoreShop/Bundle/AddressBundle, target: 'https://${GH_TOKEN}@github.com/coreshop/AddressBundle.git' }
Expand Down
4 changes: 2 additions & 2 deletions bin/generate-gitsplit
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ $find = static function (string $path) use ($root): array
$config = [
'origins' => [
'^master$',
'^\d+\.\d+$ #CoreShop Maintenance Branches',
'^\d+\.\d+\.\d+$ #Tags',
'^\d+\.\d+$', #CoreShop Branches
'^\d+\.\d+\.\d+$', #Tags
],
'splits' => [],
];
Expand Down

0 comments on commit 4f7ef61

Please sign in to comment.