Skip to content

Commit a91162a

Browse files
chore: update legacy git config to pull vfs-site holobranch
1 parent aad5cc6 commit a91162a

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,22 @@
22

33
Git::$repositories['laddr'] = [
44
'remote' => 'https://github.com/CodeForPhilly/laddr.git',
5-
'originBranch' => 'emergence/layer',
6-
'workingBranch' => 'emergence/layer',
5+
'originBranch' => 'emergence/vfs-site/v3',
6+
'workingBranch' => 'emergence/vfs-site/v3',
77
'trees' => [
8-
'.'
8+
'api-docs',
9+
'content-blocks',
10+
'data-exporters',
11+
'dwoo-plugins',
12+
'event-handlers',
13+
'html-templates',
14+
'php-classes',
15+
'php-config',
16+
'php-migrations',
17+
'phpunit-tests',
18+
'site-root',
19+
'site-tasks',
20+
'webapp-builds',
21+
'webapp-plugin-builds'
922
]
1023
];

0 commit comments

Comments
 (0)