Skip to content

Commit ba19eed

Browse files
ci: update git to use https:// instead git://
1 parent 8b8fb99 commit ba19eed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ save_cache_settings: &save_cache_settings
4343
build_docker_image: &build_docker_image
4444
name: Build of Docker image
4545
command: |
46+
git config --global url."https://git@".insteadOf git://
4647
source buildenvvar
4748
./build.sh
4849
no_output_timeout: 20m
@@ -287,6 +288,9 @@ jobs:
287288
- checkout
288289
- restore_cache:
289290
key: test-node-modules-{{ checksum "package-lock.json" }}
291+
- run:
292+
name: Config github
293+
command: git config --global url."https://git@".insteadOf git://
290294
- run:
291295
name: App npm install
292296
command: npm install

0 commit comments

Comments
 (0)