We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f25cb7 commit b2bf373Copy full SHA for b2bf373
.circleci/dynamic_config.yml
@@ -129,7 +129,6 @@ commands:
129
- run: npm install -g yarn@1.22.10
130
- run: node --version
131
- run: yarn --version
132
- - run: git config --global core.longpaths true
133
134
setup_bazel_rbe:
135
parameters:
tests/legacy-cli/e2e/utils/project.ts
@@ -41,6 +41,7 @@ export async function prepareProjectForE2e(name: string) {
41
await git('config', 'user.email', 'angular-core+e2e@google.com');
42
await git('config', 'user.name', 'Angular CLI E2E');
43
await git('config', 'commit.gpgSign', 'false');
44
+ await git('config', 'core.longpaths', 'true');
45
46
if (argv['ng-snapshots'] || argv['ng-tag']) {
47
await useSha();
0 commit comments