Skip to content

Commit 33dcbaa

Browse files
fix: trim empty trees from legacy git mapping
1 parent 41b686c commit 33dcbaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

php-config/Git.config.d/laddr.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
'workingBranch' => 'emergence/vfs-site/v3',
77
'trees' => [
88
'api-docs',
9-
'content-blocks',
109
'data-exporters',
1110
'dwoo-plugins',
1211
'event-handlers',
@@ -17,7 +16,6 @@
1716
'phpunit-tests',
1817
'site-root',
1918
'site-tasks',
20-
'webapp-builds',
21-
'webapp-plugin-builds'
19+
'webapp-builds'
2220
]
2321
];

0 commit comments

Comments
 (0)