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 8b8fb99 commit ba19eedCopy full SHA for ba19eed
.circleci/config.yml
@@ -43,6 +43,7 @@ save_cache_settings: &save_cache_settings
43
build_docker_image: &build_docker_image
44
name: Build of Docker image
45
command: |
46
+ git config --global url."https://git@".insteadOf git://
47
source buildenvvar
48
./build.sh
49
no_output_timeout: 20m
@@ -287,6 +288,9 @@ jobs:
287
288
- checkout
289
- restore_cache:
290
key: test-node-modules-{{ checksum "package-lock.json" }}
291
+ - run:
292
+ name: Config github
293
+ command: git config --global url."https://git@".insteadOf git://
294
- run:
295
name: App npm install
296
command: npm install
0 commit comments