Skip to content

Commit

Permalink
infra: speedup clone
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Jun 15, 2024
1 parent 5040134 commit 872737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p .ci-temp

# Clone the Checkstyle repository if it hasn't been cloned already
if [ ! -d ".ci-temp/checkstyle" ]; then
git clone https://github.com/checkstyle/checkstyle.git .ci-temp/checkstyle
git clone --depth 1 --branch master https://github.com/checkstyle/checkstyle.git .ci-temp/checkstyle
else
echo "Checkstyle repository already cloned."
fi

0 comments on commit 872737b

Please sign in to comment.