Re-add removed git clean command

This commit is contained in:
murgatroid99 2017-09-19 13:06:17 -07:00
parent 0f492c21d4
commit c56449296b

View File

@ -35,6 +35,7 @@ mkdir -p reports
for version in ${node_versions}
do
git clean -f -d -x
# Install and setup node for the version we want.
set +ex
echo "Switching to node version $version"