From 9bc03e314f954e053cfed6a0ac28550abf84b901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Belson?= Date: Wed, 28 Feb 2018 16:48:32 +0100 Subject: [PATCH] Do a full clone when tag filter is set --- assets/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/check b/assets/check index 56e4b74f..cb2e85a1 100755 --- a/assets/check +++ b/assets/check @@ -39,7 +39,7 @@ if [ -d $destination ]; then git reset --hard FETCH_HEAD else branchflag="" - if [ -n "$branch" ]; then + if [ -n "$branch" ] && [ -z "$tag_filter" ]; then branchflag="--branch $branch" fi