Skip to content

Commit

Permalink
Revert "#88 not shallow clone"
Browse files Browse the repository at this point in the history
This reverts commit 6d79294.
  • Loading branch information
yegor256 committed Oct 3, 2023
1 parent 6d79294 commit 507080f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/clone-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ -e "${dir}" ]; then
exit
fi

declare -a args=('--quiet')
declare -a args=('--quiet' '--depth=1')
if [ ! "${tag}" = '.' ]; then
args+=("--branch=${tag}")
fi
Expand Down

0 comments on commit 507080f

Please sign in to comment.