From 134d38fc5314a702803fd090da7d047b50b6643b Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 1 Jan 2017 18:40:52 +0800 Subject: [PATCH] Shallow clone bats in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44488f9b..650ea0cf 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ test: bats cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test bats: - git clone https://github.com/sstephenson/bats.git + git clone --depth 1 https://github.com/sstephenson/bats.git