Skip to content

Commit a4075c9

Browse files
jbedardclydin
authored andcommitted
test: enable git core.longpaths option
1 parent ba296e9 commit a4075c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/dynamic_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ commands:
129129
- run: npm install -g yarn@1.22.10
130130
- run: node --version
131131
- run: yarn --version
132-
- run: git config --global core.longpaths true
133132

134133
setup_bazel_rbe:
135134
parameters:

tests/legacy-cli/e2e/utils/project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export async function prepareProjectForE2e(name: string) {
4141
await git('config', 'user.email', 'angular-core+e2e@google.com');
4242
await git('config', 'user.name', 'Angular CLI E2E');
4343
await git('config', 'commit.gpgSign', 'false');
44+
await git('config', 'core.longpaths', 'true');
4445

4546
if (argv['ng-snapshots'] || argv['ng-tag']) {
4647
await useSha();

0 commit comments

Comments
 (0)