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 b8ff0d7 commit ea9def0Copy full SHA for ea9def0
.circleci/config.yml
@@ -67,7 +67,12 @@ build_steps: &build_steps
67
- setup_remote_docker
68
- run: *install_dependency
69
- run: *install_deploysuite
70
- - run: npm install
+ - 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
76
- run:
77
name: "configuring environment"
78
command: |
0 commit comments