Skip to content

Commit

Permalink
Do a full clone when tag filter is set
Browse files Browse the repository at this point in the history
  • Loading branch information
Régis Belson committed Feb 28, 2018
1 parent 94a5f1e commit 9bc03e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/check
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9bc03e3

Please sign in to comment.