Skip to content

Commit

Permalink
chore: reduce clone depth to help with disk space (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Dec 4, 2024
1 parent df325ff commit c8c733f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotick-bot/install_bot_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for arg in "$@"; do
fi
done
if [[ "${clone_graph}" == "true" ]]; then
git clone --depth=100 https://github.com/regro/cf-graph-countyfair.git cf-graph
git clone --depth=20 https://github.com/regro/cf-graph-countyfair.git cf-graph
else
echo "Skipping cloning of cf-graph"
fi
Expand Down

0 comments on commit c8c733f

Please sign in to comment.