From 9578ddf3e0cdd8d4669adbb7d1af24f460698669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 25 Oct 2016 17:42:57 +0300 Subject: Fetch kerl with --depth 1 We always want the most recent version and only this. --- plugins/ci.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/ci.mk b/plugins/ci.mk index e273c64..cdd642f 100644 --- a/plugins/ci.mk +++ b/plugins/ci.mk @@ -57,7 +57,7 @@ $(foreach otp,$(CI_OTP),$(eval $(call ci_otp_target,$(otp)))) $(KERL): $(verbose) mkdir -p $(ERLANG_MK_TMP) - $(gen_verbose) git clone $(KERL_GIT) $(ERLANG_MK_TMP)/kerl + $(gen_verbose) git clone --depth 1 $(KERL_GIT) $(ERLANG_MK_TMP)/kerl $(verbose) cd $(ERLANG_MK_TMP)/kerl && git checkout $(KERL_COMMIT) $(verbose) chmod +x $(KERL) -- cgit v1.2.3