Remove manual git clean from CI

This commit is contained in:
Garrison Davis 2023-02-24 17:40:57 -07:00 committed by Garrison Davis
parent f0e1b72834
commit ffdb308472

View file

@ -22,7 +22,7 @@ variables:
cd "$CI_PROJECT_DIR"
find . -type f -exec chmod 0644 {} +
find . -type d -exec chmod 0755 {} +
git clean -ffdx
# git clean -ffdx # don't do this here, let it happen automatically.
fi
stages: