Shallow clone bats in makefile
This commit is contained in:
parent
767bcae71c
commit
134d38fc53
2
Makefile
2
Makefile
@ -9,4 +9,4 @@ test: bats
|
|||||||
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
|
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
|
||||||
|
|
||||||
bats:
|
bats:
|
||||||
git clone https://github.com/sstephenson/bats.git
|
git clone --depth 1 https://github.com/sstephenson/bats.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user