debian-mirror-gitlab/tooling/overcommit/Makefile
2020-03-13 15:44:24 +05:30

8 lines
226 B
Makefile

.PHONY: install
install:
if [ -e ../../.overcommit.yml ]; then cp -f ../../.overcommit.yml ../../.overcommit.yml.backup; fi
cp ../../.overcommit.yml.example ../../.overcommit.yml
bundle install
cd ../../ && overcommit -i