no git in CI

old-commit-hash: d6f6e024b3
taco
Adeeb Shihadeh 3 years ago
parent d6b95f3d2c
commit 5af4ebb7ce
  1. 2
      update_requirements.sh

@ -47,5 +47,7 @@ pyenv rehash
echo "pre-commit hooks install..." echo "pre-commit hooks install..."
for f in .pre-commit-config.yaml */.pre-commit-config.yaml; do for f in .pre-commit-config.yaml */.pre-commit-config.yaml; do
cd $DIR/$(dirname $f) cd $DIR/$(dirname $f)
if [ -e ".git" ]; then
$RUN pre-commit install $RUN pre-commit install
fi
done done

Loading…
Cancel
Save