Skip to content

Commit ea9def0

Browse files
authored
Build fix
Build fix
1 parent b8ff0d7 commit ea9def0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ build_steps: &build_steps
6767
- setup_remote_docker
6868
- run: *install_dependency
6969
- run: *install_deploysuite
70-
- run: npm install
70+
- run:
71+
name: "Installing npm dependency"
72+
command: |
73+
npm config set unsafe-perm true
74+
git config --global url."https://git@".insteadOf git://
75+
npm install
7176
- run:
7277
name: "configuring environment"
7378
command: |

0 commit comments

Comments
 (0)