mirror of https://github.com/nodejs/node.git
build: change repo to https protocol in Makefile
PR-URL: https://github.com/nodejs/node/pull/24073 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>pull/24124/head
parent
7cf56797dd
commit
7cefc8063c
2
Makefile
2
Makefile
|
@ -205,7 +205,7 @@ coverage-build: all
|
|||
if [ ! -d node_modules/nyc ]; then \
|
||||
$(NODE) ./deps/npm install nyc@13 --no-save --no-package-lock; fi
|
||||
if [ ! -d gcovr ]; then git clone -b 3.4 --depth=1 \
|
||||
--single-branch git://github.com/gcovr/gcovr.git; fi
|
||||
--single-branch https://github.com/gcovr/gcovr.git; fi
|
||||
if [ ! -d build ]; then git clone --depth=1 \
|
||||
--single-branch https://github.com/nodejs/build.git; fi
|
||||
if [ ! -f gcovr/scripts/gcovr.orig ]; then \
|
||||
|
|
Loading…
Reference in New Issue