Skip to content

Commit 1706fa6

Browse files
authored
releng - Fix jest jobs on CircleCI (#898)
1 parent 8898787 commit 1706fa6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ jobs:
164164
- image: cimg/node:lts-browsers
165165
steps:
166166
- checkout
167-
- run:
168-
name: Update permissions
169-
command: sudo chown -R circleci /usr/local/lib/node_modules
170167
- run:
171168
name: Provision
172169
command: |
@@ -190,9 +187,6 @@ jobs:
190187
- image: cimg/node:lts-browsers
191188
steps:
192189
- checkout
193-
- run:
194-
name: Update permissions
195-
command: sudo chown -R circleci /usr/local/lib/node_modules
196190
- run:
197191
name: Provision (Core)
198192
command: |

0 commit comments

Comments
 (0)